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

Update file README.md

parent 0ad7e32b
No related branches found
No related tags found
No related merge requests found
......@@ -278,7 +278,7 @@ python yolov5/train.py --imgsz <IMG_SIZE> --batch <BATCH_SIZE> --epochs <NB_EPOC
- Detect on audio files
```bash
python detect.py --weights yolov5/runs/train/<EXP_NB>/weights/best.pt --imgsz <imgsz> --conf <conf> --source <PATH_TO_FOLDER_THAT_CONTAIN_WAV> --save-txt --sound --rf <RF> --sampleDur <SampleDur> --window <window> --hop <hop> --save-conf
python detect.py --weights yolov5/runs/train/<EXP_NB>/weights/best.pt --imgsz <imgsz> --conf <conf> --source <PATH_TO_FOLDER_THAT_CONTAIN_WAV> --save-txt --sound --rf <RF> --sampleDur <SampleDur> --window <window> --hop <hop> --low <low> --high <high> --save-conf
```
<br />
......@@ -286,7 +286,7 @@ python detect.py --weights yolov5/runs/train/<EXP_NB>/weights/best.pt --imgsz <i
- Detect on audio files without saving the detection images
```bash
python detect.py --weights yolov5/runs/train/<EXP_NB>/weights/best.pt --imgsz <imgsz> --conf <conf> --source <PATH_TO_FOLDER_THAT_CONTAIN_WAV> --save-txt --sound --rf <RF> --sampleDur <SampleDur> --window <window> --hop <hop> --save-conf --nosave
python detect.py --weights yolov5/runs/train/<EXP_NB>/weights/best.pt --imgsz <imgsz> --conf <conf> --source <PATH_TO_FOLDER_THAT_CONTAIN_WAV> --save-txt --sound --rf <RF> --sampleDur <SampleDur> --window <window> --hop <hop> --low <low> --high <high> --save-conf --nosave
```
<br />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment