Aalaa commited on
Commit
c59154f
·
1 Parent(s): 94aa561

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -34,6 +34,6 @@ For our solution detials: [notebook](https://colab.research.google.com/drive/1mo
34
  ### How to use
35
 
36
  1. You can just download file weights from the files section
37
- 2. clone yolov7 repo ```!git clone https://github.com/WongKinYiu/yolov7```
38
- 3. ensure your current working directory is yolov7 then run ```! pip install -r requirements.txt```
39
- 4. then run the detector script ```! python detect.py --weights " model.pt path" --img 736 --conf 0.27 --source "testing image path" --save-txt```
 
34
  ### How to use
35
 
36
  1. You can just download file weights from the files section
37
+ 2. clone yolov7 repo `!git clone https://github.com/WongKinYiu/yolov7`
38
+ 3. ensure your current working directory is yolov7 then run `! pip install -r requirements.txt`
39
+ 4. then run the detector script `! python detect.py --weights " model.pt path" --img 736 --conf 0.27 --source "testing image path" --save-txt`