This commit is contained in:
Glenn Jocher
2019-02-26 03:12:04 +01:00
parent 40fe489b80
commit 41ba6dfd6b
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -5,7 +5,9 @@ sudo rm -rf yolov3 && git clone https://github.com/ultralytics/yolov3
bash yolov3/data/get_coco_dataset.sh
# Start
sudo rm -rf yolov3 && git clone https://github.com/ultralytics/yolov3 && cd yolov3 && python3 train.py
sudo rm -rf yolov3 && git clone https://github.com/ultralytics/yolov3
sudo rm -rf cocoapi && git clone https://github.com/cocodataset/cocoapi && cd cocoapi/PythonAPI && make && cd ../.. && cp -r cocoapi/PythonAPI/pycocotools yolov3
cd yolov3 && python3 train.py
# Resume
python3 train.py --resume