File size: 1,485 Bytes
17d5449 486cb8b 17d5449 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
---
license: agpl-3.0
pipeline_tag: object-detection
tags:
- AIoT
- QNN
---

## YOLOv10x: Object Detection
YOLOv10x is the largest and most powerful model in the YOLOv10 series, tailored for scenarios with extremely high demands on detection accuracy. It features a very deep architecture and incorporates state-of-the-art techniques such as an anchor-free detection mechanism, decoupled head design, and multi-scale feature fusion. YOLOv10x achieves exceptional recognition precision and robustness in complex environments while maintaining efficient end-to-end inference. It is ideal for high-stakes applications like autonomous driving, smart cities, and precision industrial vision where top-tier accuracy and reliability are critical.
### Source model
- Input shape: 1x3x640x640
- Number of parameters: 30.34M
- Model size: 112.73M
- Output shape: 1x300x6
The source model can be found [here](https://github.com/THU-MIG/yolov10)
## Performance Reference
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
## Inference & Model Conversion
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
## License
- Source Model: [AGPL-3.0](https://github.com/THU-MIG/yolov10/blob/main/LICENSE)
- Deployable Model: [AGPL-3.0](https://github.com/THU-MIG/yolov10/blob/main/LICENSE) |