Commit ·
e11a9ef
1
Parent(s): f8b20eb
Update README.md
Browse files
README.md
CHANGED
|
@@ -67,3 +67,9 @@ results.save(save_dir='results/')
|
|
| 67 |
```bash
|
| 68 |
yolov5 train --data data.yaml --img 640 --batch 16 --weights KaraAgroAI/CADI-AI --epochs 10
|
| 69 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
```bash
|
| 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">
|
| 74 |
+
</div>
|
| 75 |
+
|