updates
This commit is contained in:
parent
3a375f7132
commit
55aaf9a21e
|
@ -11,7 +11,7 @@ sudo reboot now
|
||||||
# Re-clone
|
# Re-clone
|
||||||
rm -rf yolov3
|
rm -rf yolov3
|
||||||
git clone https://github.com/ultralytics/yolov3 # master
|
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 cocoapi/PythonAPI/pycocotools yolov3
|
||||||
cp -r weights yolov3
|
cp -r weights yolov3
|
||||||
cd yolov3
|
cd yolov3
|
||||||
|
|
Loading…
Reference in New Issue