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

modify

parent 9066e7e4
No related branches found
No related tags found
No related merge requests found
......@@ -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 = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment