updates
This commit is contained in:
parent
d673b6c5f4
commit
178e1a346b
|
@ -14,7 +14,7 @@ The https://github.com/ultralytics/yolov3 repo contains inference and training c
|
||||||
Python 3.7 or later with the following `pip3 install -U -r requirements.txt` packages:
|
Python 3.7 or later with the following `pip3 install -U -r requirements.txt` packages:
|
||||||
|
|
||||||
- `numpy`
|
- `numpy`
|
||||||
- `torch`
|
- `torch >= 1.0.0`
|
||||||
- `opencv-python`
|
- `opencv-python`
|
||||||
|
|
||||||
# Training
|
# Training
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# pip3 install -U -r requirements.txt
|
# pip3 install -U -r requirements.txt
|
||||||
numpy
|
numpy
|
||||||
opencv-python
|
opencv-python
|
||||||
torch
|
torch >= 1.0.0
|
||||||
matplotlib
|
matplotlib
|
||||||
|
|
Loading…
Reference in New Issue