Skip to content
Snippets Groups Projects
Commit 75ef7f9e authored by Stephane Chavin's avatar Stephane Chavin
Browse files

Update README.md

parent 80c46bbb
Branches
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ python3 train.py --img IMG_SIZE --batch BATCH_SIZE --EPOCHS NB_EPOCHS --data DIR
* Sauvegarde les annotations en .txt ainsi que les images avec les bounding box dessus
```bash
python3 detect.py --weights ../psi-biom/best.pt --img 224 --conf 0.X --source PATH_TO_IMG --save-txt
python3 detect.py --weights ../psi-biom/YOLOV5/weights/best.pt --img 224 --conf 0.X --source PATH_TO_IMG --save-txt
```
**WARNING** : Il faut adapter EXP_NB, qui correspond au numéro de l'entrainement *(exp1 pour le premier entrainement)*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment