updates
This commit is contained in:
parent
d171596183
commit
c948629fd3
|
@ -30,7 +30,7 @@ python3 test.py --save-json
|
||||||
|
|
||||||
# Git pull
|
# Git pull
|
||||||
git pull https://github.com/ultralytics/yolov3 # master
|
git pull https://github.com/ultralytics/yolov3 # master
|
||||||
git pull https://github.com/ultralytics/yolov3 map_update # branch
|
git pull https://github.com/ultralytics/yolov3 test # branch
|
||||||
|
|
||||||
# Test Darknet training
|
# Test Darknet training
|
||||||
python3 test.py --weights ../darknet/backup/yolov3.backup
|
python3 test.py --weights ../darknet/backup/yolov3.backup
|
||||||
|
@ -46,13 +46,12 @@ wget https://storage.googleapis.com/ultralytics/yolov3/best_v1_0.pt -O weights/b
|
||||||
# Debug/Development
|
# Debug/Development
|
||||||
sudo rm -rf yolov3
|
sudo rm -rf yolov3
|
||||||
git clone https://github.com/ultralytics/yolov3 # master
|
git clone https://github.com/ultralytics/yolov3 # master
|
||||||
# git clone -b hyperparameter_search --depth 1 https://github.com/ultralytics/yolov3 hyperparameter_search # branch
|
# git clone -b test --depth 1 https://github.com/ultralytics/yolov3 yolov3_test # branch
|
||||||
cp -r weights yolov3
|
cp -r weights yolov3
|
||||||
cp -r cocoapi/PythonAPI/pycocotools yolov3
|
cp -r cocoapi/PythonAPI/pycocotools yolov3
|
||||||
cd yolov3
|
cd yolov3
|
||||||
|
|
||||||
git pull https://github.com/ultralytics/yolov3 #hyperparameter_search # branch
|
git pull https://github.com/ultralytics/yolov3
|
||||||
python3 train.py --data-cfg data/coco_1cls.data
|
|
||||||
python3 train.py --data-cfg data/coco_1img.data
|
python3 train.py --data-cfg data/coco_1img.data
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue