KaraAgroAI
commited on
Commit
•
9532f26
1
Parent(s):
7b3ae74
Update README.md
Browse files
README.md
CHANGED
@@ -68,12 +68,14 @@ results.save(save_dir='results/')
|
|
68 |
yolov5 train --data data.yaml --img 640 --batch 16 --weights KaraAgroAI/CADI-AI --epochs 10
|
69 |
```
|
70 |
|
71 |
-
|
|
|
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">
|
79 |
</div>
|
|
|
68 |
yolov5 train --data data.yaml --img 640 --batch 16 --weights KaraAgroAI/CADI-AI --epochs 10
|
69 |
```
|
70 |
|
71 |
+
### Model performance
|
72 |
+
|
73 |
| Precision | Recall | mAP50 | mAP50-95 |
|
74 |
| --- | --- | --- | --- |
|
75 |
| 0.663 | 0.632 | 0.648 | 0.291 |
|
76 |
|
77 |
+
### Example prediction
|
78 |
+
|
79 |
<div align="center">
|
80 |
<img width="640" alt="KaraAgroAI/CADI-AI" src="https://huggingface.co/KaraAgroAI/CADI-AI/resolve/main/sample.jpg">
|
81 |
</div>
|