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:
|
||||
|
||||
- `numpy`
|
||||
- `torch`
|
||||
- `torch >= 1.0.0`
|
||||
- `opencv-python`
|
||||
|
||||
# Training
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# pip3 install -U -r requirements.txt
|
||||
numpy
|
||||
opencv-python
|
||||
torch
|
||||
torch >= 1.0.0
|
||||
matplotlib
|
||||
|
|
Loading…
Reference in New Issue