Prasad Ayush Kumar commited on
Commit ·
c96dbde
1
Parent(s): 6513602
Update Readme
Browse files- yolov4/README.md +1 -1
yolov4/README.md
CHANGED
|
@@ -11,7 +11,7 @@ Download the matching `.weights` files using the OpenCV test data download scrip
|
|
| 11 |
```bash
|
| 12 |
git clone https://github.com/opencv/opencv_extra.git
|
| 13 |
cd opencv_extra/testdata/dnn
|
| 14 |
-
python download_models.py YOLOv4 YOLOv4-tiny YOLOv4x-mish
|
| 15 |
```
|
| 16 |
|
| 17 |
### 2. Python environment for `pytorch-YOLOv4`
|
|
|
|
| 11 |
```bash
|
| 12 |
git clone https://github.com/opencv/opencv_extra.git
|
| 13 |
cd opencv_extra/testdata/dnn
|
| 14 |
+
python download_models.py YOLOv4 YOLOv4-tiny-2020-12 YOLOv4x-mish
|
| 15 |
```
|
| 16 |
|
| 17 |
### 2. Python environment for `pytorch-YOLOv4`
|