lgrzybowski/seraphim-drone-detection-dataset
Updated • 2.22k • 12
Configuration Parsing Warning:Invalid JSON for config file config.json
This version of Drone-axera has been converted to run on the Axera NPU using w8a16 quantization. It is trained with yolo11s/yolo26s to detect drones.
This model is trained to detect drones in our life with one label:
Compatible with Pulsar2 version: 5.2.
For those who are interested in model conversion, you can try to export axmodel through:
| Models | Platforms | mAP@0.5 | latency | CMM size(MB) |
|---|---|---|---|---|
| yolo11s_drone_650.axmodel | AX650 | 0.983 | 8.72ms | 16.7 |
| yolo26s_drone_650.axmodel | AX650 | 0.986 | 8.77ms | 16.9 |
https://docs.m5stack.com/zh_CN/ai_hardware/AI_Pyramid-Pro
Download all files from this repository to the device.
https://github.com/AXERA-TECH/pyaxengine
wget https://github.com/AXERA-TECH/pyaxengine/releases/download/0.1.3.rc2/axengine-0.1.3-py3-none-any.whl
pip install axengine-0.1.3-py3-none-any.whl
run
python3 axmodel_infer_yolo26.py
or
python3 axmodel_infer_yolo11.py
root@ax650:~/Drone# python3 axmodel_infer_yolo11.py
[INFO] Available providers: ['AxEngineExecutionProvider', 'AXCLRTExecutionProvider']
[INFO] Using provider: AxEngineExecutionProvider
[INFO] Chip type: ChipType.MC50
[INFO] VNPU type: VNPUType.DISABLED
[INFO] Engine version: 2.12.0s
[INFO] Model type: 0 (single core)
[INFO] Compiler version: 5.2 df2fe798
0/1: ./test/23.jpg
class: Drone:0.97, bbox: [294, 226, 335, 270], score: 0.97
结果已保存到 ./drone_yolo11_res