Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
YinqiangZhang committed Oct 13, 2019
2 parents efecb6e + e67f4a8 commit 32eb2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions initialize.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
python detector/to_img.py

python detector/yolov3/detect.py --source result/img/b1/img1 --output result/img/b1/det --img-size 320 --save_txt
python detector/yolov3/detect.py --source result/img/b1/img1 --output result/img/b1/det --img-size 1920 --save_txt
python detector/yolov3/detect.py --source result/img/b2/img1 --output result/img/b2/det --img-size 1920 --save_txt
python detector/yolov3/detect.py --source result/img/b3/img1 --output result/img/b3/det --img-size 608 --save_txt
python detector/yolov3/detect.py --source result/img/b5/img1 --output result/img/b5/det --img-size 1024 --save_txt
python detector/Mask_R_CNN_Keypoints/video_demo.py

python detector/det_process.py
python detector/det_process.py

0 comments on commit 32eb2ab

Please sign in to comment.