Merge branch 'master' of /Users/glennjocher/PycharmProjects/yolov3 with conflicts.

This commit is contained in:
Glenn Jocher
2019-03-21 12:08:55 +02:00
parent ad49e70f47
commit 03791babfb
2 changed files with 24 additions and 23 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ sudo shutdown
# Start
sudo rm -rf yolov3 && git clone https://github.com/ultralytics/yolov3
cp -r weights yolov3
cd yolov3 && python3 train.py --batch-size 26
cd yolov3 && python3 train.py --batch-size 64 --multi_scale
# Resume
python3 train.py --resume