Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
cc043f60fb
|
@ -29,7 +29,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 >= 1.0.0`
|
- `torch >= 1.1.0`
|
||||||
- `opencv-python`
|
- `opencv-python`
|
||||||
- `tqdm`
|
- `tqdm`
|
||||||
|
|
||||||
|
@ -46,7 +46,6 @@ Python 3.7 or later with the following `pip3 install -U -r requirements.txt` pac
|
||||||
A jupyter notebook with training, detection and testing examples is available at:
|
A jupyter notebook with training, detection and testing examples is available at:
|
||||||
https://colab.research.google.com/drive/1G8T-VFxQkjDe4idzN8F-hbIBqkkkQnxw
|
https://colab.research.google.com/drive/1G8T-VFxQkjDe4idzN8F-hbIBqkkkQnxw
|
||||||
|
|
||||||
|
|
||||||
# Training
|
# Training
|
||||||
|
|
||||||
**Start Training:** `python3 train.py` to begin training after downloading COCO data with `data/get_coco_dataset.sh`.
|
**Start Training:** `python3 train.py` to begin training after downloading COCO data with `data/get_coco_dataset.sh`.
|
||||||
|
|
Loading…
Reference in New Issue