YOLOv5n / README.md
qc903113684's picture
Update README.md
35cb9a2 verified
metadata
license: agpl-3.0
pipeline_tag: object-detection
tags:
  - AIoT
  - QNN

YOLOv5n: Object Detection

YOLOv5 is a one-stage structure target detection network framework, in which the main structure consists of 4 parts, including the network backbone composed of modified CSPNet, the high-resolution feature fusion module composed of FPN (Feature Paramid Network), composed of SPP (Spatial Pyramid Pooling) constitutes a pooling module, and three different detection heads are used to detect targets of different sizes.

Source model

  • Input shape: 640x640
  • Number of parameters: 1.968M
  • Model size: 7.56 MB
  • Output shape: 1x25200x85

Source model repository: yolov5

Performance Reference

Please search model by model name in Model Farm

Inference & Model Conversion

Please search model by model name in Model Farm

License