Commit
·
7b3ae74
1
Parent(s):
e11a9ef
Update README.md
Browse files
README.md
CHANGED
@@ -68,6 +68,11 @@ results.save(save_dir='results/')
|
|
68 |
yolov5 train --data data.yaml --img 640 --batch 16 --weights KaraAgroAI/CADI-AI --epochs 10
|
69 |
```
|
70 |
|
|
|
|
|
|
|
|
|
|
|
71 |
Example prediction
|
72 |
<div align="center">
|
73 |
<img width="640" alt="KaraAgroAI/CADI-AI" src="https://huggingface.co/KaraAgroAI/CADI-AI/resolve/main/sample.jpg">
|
|
|
68 |
yolov5 train --data data.yaml --img 640 --batch 16 --weights KaraAgroAI/CADI-AI --epochs 10
|
69 |
```
|
70 |
|
71 |
+
Performances/Benchmarks of the model
|
72 |
+
| Precision | Recall | mAP50 | mAP50-95 |
|
73 |
+
| --- | --- | --- | --- |
|
74 |
+
| 0.663 | 0.632 | 0.648 | 0.291 |
|
75 |
+
|
76 |
Example prediction
|
77 |
<div align="center">
|
78 |
<img width="640" alt="KaraAgroAI/CADI-AI" src="https://huggingface.co/KaraAgroAI/CADI-AI/resolve/main/sample.jpg">
|