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 (12 models total). For other ready-to-use models, see the Models page in the CamThink Developer Center.

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
  • Firmware requirement — Since 2026-07, the OTA packages (.bin) are compiled with STEdgeAI Runtime v4.0. Use device firmware (App) released on or after 2026-07; earlier firmware will fail to load these models due to an NPU runtime version mismatch.

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
YOLOv8n Pose256×256_ui3.4MB
pose 1 · 86% · 17 keys
pose 2 · 81% · 17 keys
pose 3 · 74% · 17 keys
3 poses
tflitejsonbinAGPL-3.0
YOLO11n Pose256×256_uf3.6MB
pose 1 · 80% · 17 keys
pose 2 · 70% · 17 keys
pose 3 · 63% · 17 keys
3 poses
tflitejsonbinAGPL-3.0

4. Meter Reading Detection

Supports two types of meter reading: digital meters and analog gauges. Digital meters recognize digits 0-9 on the display, suitable for water, electricity, and gas meter scenarios; the analog gauge model computes the pointer angle via 4 keypoints (dial center, max scale, min scale, pointer tip) and outputs the actual reading value, suitable for pressure gauges, thermometers, and other analog instruments.

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
YOLOv8n Pose256×256_ui3.2MB
gauge 92% · 4 keys
↻ reading 46.99
1 gauge · ratio 0.47 · ccw
tflitejsonbinAGPL-3.0

Analog gauge model note: The reading value is output via the Web UI and Webhook, and requires App ≥ v2.1.0.78 / Web UI ≥ v1.3.4.7 firmware.

5. Instance Segmentation (COCO 80 Classes)

Outputs pixel-level segmentation masks (32×32) for each detected object on top of object detection, suitable for fine-grained segmentation scenarios.

ArchitectureSizeQuantSizeVerification ResultModel FilesOTA PackageLicense
YOLOv8n Seg256×256_ui3.6MB
person 86%
person 83%
person 77%
person 73%
4 segments
tflitejsonbinAGPL-3.0

6. Face Detection

Detects face positions and outputs 6 keypoints (left/right eye, nose tip, mouth center, left/right ear), suitable for face localization and expression analysis.

ArchitectureSizeQuantSizeVerification ResultModel FilesOTA PackageLicense
BlazeFace128×128_ui245KB
face 89% · 6 keypoints
1 face detected
tflitejsonbinApache 2.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 Debuggingupload or System Setting → Firmware Upgrade

More models are being adapted, stay tuned.


Document version: v1.8 · Last updated: 2026-07-24