From 4240158eb20f3ade5e643c0c192a190a5f64a887 Mon Sep 17 00:00:00 2001 From: Stephane Chavin <stephanechvn@gmail.com> Date: Thu, 19 Jan 2023 16:12:23 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2136ec4..0084158 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ python3 detect.py --weights ..psi-biom/best.pt --img 224 --conf 0.X --source PAT ```bash cd ../ -python3 get_yolo_detection.py -p PATH_TO_YOUR_IMG -d DIRECTION_OF_THE_RESULT +python3 get_yolo_detection.py -p PATH_TO_THE_TXT -d DIRECTION_OF_THE_RESULT #PATH_TO_THE_TXT ~ yolov5/runs/detect/expX ``` **WARNING** : Il est important d'ajouter sa propre liste de classes (ligne 79) -- GitLab