andy-yun / pytorch-0.4-yolov3

Yet Another Implimentation of Pytroch 0.4.1 and YoloV3 on python3
MIT License
278 stars 72 forks source link

Why just output "Training for (12801,1285)"?? #73

Closed yyx1107 closed 5 years ago

yyx1107 commented 5 years ago

When I run "python train.py -d cfg/voc.data -c cfg/yolov3-voc.cfg -w yolov3.weights" It only outputs "Training for (12801,1285)", and then it ends.

yyx@yyx-PowerEdge-T30:~/Downloads/pytorch-0.4-yolov3-master$ python train.py -d cfg/voc.data -c cfg/yolov3-voc.cfg -w yolov3.weights Training for (12801,1285) yyx@yyx-PowerEdge-T30:~/Downloads/pytorch-0.4-yolov3-master$

andy-yun commented 5 years ago

Same phenomenon like #70. Add -r option to your command.