This commit is contained in:
Glenn Jocher 2019-04-24 14:19:43 +02:00
parent 3a375f7132
commit 55aaf9a21e
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ sudo reboot now
# Re-clone
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
# git clone -b test --depth 1 https://github.com/ultralytics/yolov3 test # branch
cp -r cocoapi/PythonAPI/pycocotools yolov3
cp -r weights yolov3
cd yolov3