Prasad Ayush Kumar commited on
Commit ·
5115658
1
Parent(s): c96dbde
Update Readme
Browse files- yolov4/README.md +3 -3
yolov4/README.md
CHANGED
|
@@ -21,9 +21,9 @@ The conversion uses [`pytorch-YOLOv4`](https://github.com/Tianxiaomo/pytorch-YOL
|
|
| 21 |
Supported Python versions: **3.7 – 3.10**.
|
| 22 |
|
| 23 |
```bash
|
| 24 |
-
conda create -n
|
| 25 |
-
conda activate
|
| 26 |
-
pip install "torch
|
| 27 |
```
|
| 28 |
|
| 29 |
---
|
|
|
|
| 21 |
Supported Python versions: **3.7 – 3.10**.
|
| 22 |
|
| 23 |
```bash
|
| 24 |
+
conda create -n <env_name> python=<3.7-3.10> -y
|
| 25 |
+
conda activate <env_name>
|
| 26 |
+
pip install "torch<2.4" "torchvision<0.19" "numpy<2" onnx onnxruntime onnxscript
|
| 27 |
```
|
| 28 |
|
| 29 |
---
|