diff --git a/README.md b/README.md index daefadcaf65a8ee812a4c2b2ca08cbab777c804a..c36ad7254c1d9041289e01e0ad96f0a5fd43be47 100644 --- a/README.md +++ b/README.md @@ -210,13 +210,13 @@ names = [] ```bash cd ../ -python3 get_time_detection.py -p PATH_TO_THE_TXT -d DIRECTION_OF_THE_RESULT #PATH_TO_THE_TXT ~ yolov5/runs/detect/expX/labels +python3 get_time_freq_detection.py -p PATH_TO_THE_TXT -d DIRECTION_OF_THE_RESULT #PATH_TO_THE_TXT ~ yolov5/runs/detect/expX/labels -s SR -t DURATION ``` -**WARNING** : Il est important de modifier DUREE_SPECTRO et OVERLAP puis d'ajouter sa propre liste de classes (ligne 39) +**WARNING** : Il est important d'ajouter sa propre liste de classes (ligne 39) ```python -DUREE_SPECTRO = 8 -OVERLAP = 2 +DUREE_SPECTRO = args.duration +SR = args.SR #put the classes here names = []