cmvr_edge_ai/models/detection/yolov8n-mobile-phone/v2/README.md

32 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# YOLOv8n Mobile Phone ONNX v2
这是 `yolov8n-mobile-phone@1` 的静态 CPU FP32 ONNX 部署版本。
| 字段 | 值 |
|---|---|
| Model ID | `yolov8n-mobile-phone@2` |
| Backend | `onnxruntime-yolov8` |
| 输入 | `float32[1,3,640,640]` |
| 输出 | `float32[1,5,8400]`NMS 外置 |
| ONNX opset | 17 |
| 文件大小 | 12,265,264 bytes |
| SHA256 | `df170d9bc86984894797da6f2101519617669c3f589d75289acb0ba1937f857f` |
| 来源 | [`yolov8n-mobile-phone.pt`](../README.md) |
唯一标签为 `mobile_phone`。运行时在创建 session 前校验 `manifest.json`、内嵌模型
身份和制品 SHA256。
```yaml
model: yolov8n-mobile-phone@2
detect_labels: [mobile_phone]
model_options:
weights: models/detection/yolov8n-mobile-phone/v2/model.onnx
providers: [CPUExecutionProvider]
intra_op_threads: 1
inter_op_threads: 1
imgsz: 640
```
已通过 ONNX checker、CPU session 加载和合成非方形图推理 smoke。它只检测手机
物体,不能证明人员正在通话;现场阈值、误报和资源占用仍需用目标相机数据验收。