andy-yun / pytorch-0.4-yolov3

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

i dont know what is the problem #70

Closed vcvishal closed 5 years ago

vcvishal commented 5 years ago

when I ran it shows C:\Users\vcvis\Desktop\pytorch-0.4-yolov3-master>python train.py -d cfg/voc.data -c cfg/yolo-voc.cfg -w yolov3.weights Training for (1935,311) please help thank you

andy-yun commented 5 years ago

@vcvishal Try to add -r to the command. yolov3.weights is already trained many epochs. Thus, the training is stopped max epoch is reached. -r means resetting epoch and starts from 0.

vcvishal commented 5 years ago

thank you it works again thank you for code