Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
-
---
|
2 |
-
license: agpl-3.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: agpl-3.0
|
3 |
+
---
|
4 |
+
|
5 |
+

|
6 |
+
|
7 |
+
## YOLOv5n: Object Detection
|
8 |
+
|
9 |
+
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.
|
10 |
+
|
11 |
+
### Source model
|
12 |
+
|
13 |
+
- Input shape: 640x640
|
14 |
+
- Number of parameters: 1.968M
|
15 |
+
- Model size: 7.56 MB
|
16 |
+
- Output shape: 1x25200x85
|
17 |
+
|
18 |
+
Source model repository: [yolov5](https://github.com/ultralytics/yolov5)
|
19 |
+
|
20 |
+
## Performance Reference
|
21 |
+
|
22 |
+
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
|
23 |
+
|
24 |
+
## Inference & Model Conversion
|
25 |
+
|
26 |
+
Please search model by model name in [Model Farm](https://aiot.aidlux.com/en/models)
|
27 |
+
|
28 |
+
## License
|
29 |
+
|
30 |
+
- Source Model: [AGPL-3.0](https://github.com/ultralytics/yolov5/blob/master/LICENSE)
|
31 |
+
|
32 |
+
- Deployable Model: [AGPL-3.0](https://github.com/ultralytics/yolov5/blob/master/LICENSE)
|