This commit is contained in:
Glenn Jocher 2019-04-23 18:54:27 +02:00
parent e2b554ca12
commit 87a450c933
1 changed files with 1 additions and 3 deletions

View File

@ -12,8 +12,8 @@ sudo reboot now
rm -rf yolov3
git clone https://github.com/ultralytics/yolov3 # master
# git clone -b test --depth 1 https://github.com/ultralytics/yolov3 yolov3_test # branch
cp -r weights yolov3
cp -r cocoapi/PythonAPI/pycocotools yolov3
cp -r weights yolov3
cd yolov3
# Train
@ -55,8 +55,6 @@ gsutil cp results.png gs://ultralytics
sudo shutdown
# Reproduce mAP
cp -r cocoapi/PythonAPI/pycocotools yolov3
cp -r weights yolov3 && cd yolov3
python3 test.py --save-json --img-size 608 --batch-size 16
python3 test.py --save-json --img-size 416
python3 test.py --save-json --img-size 320