Skip to main content

NE503 Verified Apps

The apps below have all been verified on real NE503 hardware. Download and install them directly for testing, or use the source code as a reference for your own development to accelerate POC delivery.

App List

AppScenarioInference ModelPreviewVerification ResultDownload
Person DetectionPerimeter intrusion / area intrusion detectionhailo_yolov8n_384_640
Person Detection: app detailPerson Detection: running statusPerson Detection: detection result
Continuously detected 3 persons · 4.26M+ frames · ✅ Passedapp.yaml
image.tar
Occupancy MonitorArea people counting + occupancy monitoringhailo_yolov8n_384_640
Occupancy Monitor: app detailOccupancy Monitor: app statusOccupancy Monitor: detection result
Occupancy rate published periodically · frames 50→550 · ✅ Passedapp.yaml
image.tar
Safety Helmet DetectionConstruction safety PPE compliance — helmet / no-helmet detection with real-time alertssafety_helmet_yolov8n_384_640
Safety Helmet Detection: app statusSafety Helmet Detection: live detectionSafety Helmet Detection: detection result
Live detection of 9 persons (6 helmet + 3 no-helmet) · ✅ Passedapp.yaml
image.tar

Deployment

After downloading the app's app.yaml and image.tar, deploy via the Web Console:

Open Web Console → App ManagementImportUpload Package, upload app.yaml and image.tar separately, then click Install. After installation, click Start to launch the app.

Deploy app: upload app.yaml and image.tar

Model preloading required

Each app depends on a different inference model. Before first use, load the corresponding model in Model Management on the Web Console:

  • Person Detection / Occupancy Monitor: depend on the preinstalled hailo_yolov8n_384_640 — just scan and load it.
  • Safety Helmet Detection: depends on a custom-trained safety_helmet_yolov8n_384_640 (2-class Helmet / No Helmet; the app package does not include the model). Import the corresponding .hef into Model Management and load it; the HEF can be obtained from the download link above or compiled from the app source.

Model preload: scan and load model

More app use cases are being adapted. For custom app development, see the App Development Guide.


Document Version: v1.3 · Last Updated: 2026-07-21