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 = [] ...@@ -210,13 +210,13 @@ names = []
```bash ```bash
cd ../ 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 ```python
DUREE_SPECTRO = 8 DUREE_SPECTRO = args.duration
OVERLAP = 2 SR = args.SR
#put the classes here #put the classes here
names = [] names = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment