Update README.md
Browse files
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
|
38 |
-
3. ensure your current working directory is yolov7 then run
|
39 |
-
4. then run the detector script
|
|
|
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`
|