diff --git a/README.md b/README.md index 394b8f0eae9d385bf847b030709943f14fd7185d..f38b40dd11beb16ca3a21dfc73b287be5af2f604 100644 --- a/README.md +++ b/README.md @@ -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)*