Skip to main content

NE301 Verified Models

NE301 is based on the STM32N6 NPU and supports TFLite Int8 quantized model inference. The tables below list all models verified on actual devices.

Hardware Constraints​

ParameterValueParameterValue
NPUSTM32N6, TFLite Int8Max Resolution480Γ—480
Input Formatuint8, RGB888Model Storage10 MB (2 partitions, 5MB each)
Simultaneous Load1 modelOutput Quantization_uf=float32, _ui=int8

Download file descriptions:

  • tflite β€” Original TFLite weight file for secondary development or model analysis
  • json β€” NE301 model configuration file defining input specs, post-processing type, and inference parameters
  • bin β€” NE301 OTA firmware package, deploy directly via the Web UI

1. General Object Detection (COCO 80 Classes)​

Supports 80 categories including person, vehicle, animal, furniture, etc. _uf offers higher precision, _ui is ~10% faster.

ArchitectureSizeQuantSizeVerification ResultModel FilesOTA PackageLicense
YOLOv8n256Γ—256_uf3.2MB
● zebra 95%
1 detection
tflitejsonbinAGPL-3.0
YOLOv8n256Γ—256_ui3.2MB
● zebra 95%
1 detection
tflitejsonbinAGPL-3.0
ST YOLO-X480Γ—480int82.4MB
● person 99.9%
● person 99.9%
● person 99.8%
● person 80%
4 detections
tflitejsonbinSLA0044

2. Person Detection​

Detects only the "person" category with lighter post-processing.

ArchitectureSizeQuantSizeVerification ResultModel FilesOTA PackageLicense
YOLOv8n256Γ—256_uf3.1MB
● person 90%
1 detection
tflitejsonbinAGPL-3.0
YOLO11n256Γ—256_uf3.0MB
● person 92%
1 detection
tflitejsonbinAGPL-3.0

3. Pose Estimation​

Each detected person outputs 17 keypoints (COCO keypoint format), suitable for action recognition and pose analysis scenarios.

ArchitectureSizeQuantSizeVerification ResultModel FilesOTA PackageLicense
YOLOv8n Pose256Γ—256_uf3.4MB
● pose 1 Β· 87% Β· 17 keys
● pose 2 Β· 81% Β· 17 keys
● pose 3 Β· 77% Β· 17 keys
3 poses
tflitejsonbinAGPL-3.0

4. Meter Reading Detection​

Detects digits (0-9) on meter displays, suitable for water, electricity, and gas meter reading scenarios.

ArchitectureSizeQuantSizeVerification ResultModel FilesOTA PackageLicense
YOLOv8n256Γ—256_ui3.1MB
● "0" 81%
● "0" 74%
● "0" 57%
● "0" 33%
● "3" 43%
● "5" 30%
● "5" 21%
7 detections
tflitejsonbinAGPL-3.0

Model Deployment​

Two types of files are available for download from the tables above:

  • tflite + json: For custom development, requires self-compilation into a firmware package before deployment. See the Model Training and Deployment Guide
  • bin: Ready-to-use OTA firmware package, see the Quick Start Guide for details. Upload via Feature Debugging β†’ upload or System Setting β†’ Firmware Upgrade

More models are being adapted, stay tuned.


Document version: v1.2 Β· Last updated: 2026-05-28