Skip to content

Commit

Permalink
📝 Updates README instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Sajus committed Mar 21, 2023
1 parent 7e6b823 commit 0b6d364
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pip install -r requirements.txt
4. Run the model

```bash
python detect.py --source ./input/ --weights runs/train/yolo_road_det10/weights/best.pt --conf 0.25 --name yolo_road_det
python detect.py --source ./input/ --weights runs/train/yolo_arma4/weights/best.pt --conf 0.5 --name yolo_arma
```

5. The results will be available in the `runs/detect/yolo_road_det` folder
5. The results will be available in a `runs/detect/yolo_armaX` folder

0 comments on commit 0b6d364

Please sign in to comment.