Skip to content

Commit 4989375

Browse files
adding Right Version install pip command
you need a specific version of OpenCV python to run Yolov4 with OpenCV-python
1 parent e48e802 commit 4989375

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@ Project Repository [Yolov4 Detection and Distance Estimation](https://github.com
2626
You Need [**Opencv Contrib**](https://pypi.org/project/opencv-contrib-python/)
2727

2828
--> **windows**
29-
30-
`pip install opencv-contrib-python`
31-
29+
```
30+
pip install opencv-contrib-python==4.5.3.56
31+
```
3232
--> **Linux or Mac**
3333

34-
`pip3 install opencv-contrib-python`
34+
```
35+
pip3 install opencv-contrib-python==4.5.3.56
3536
37+
```
3638
### Clone this repo
3739

3840
`git clone https://github.com/Asadullah-Dal17/yolov4-opencv-python`

0 commit comments

Comments
 (0)