longcw / yolo2-pytorch

YOLOv2 in PyTorch
1.54k stars 421 forks source link

images, gt_boxes, classes, dontcare, origin_im = next(self.gen) #114

Closed EddieEduardo closed 5 years ago

EddieEduardo commented 5 years ago

Hi, everybody! Can anyone help me with my problem why it stopped at "images, gt_boxes, classes, dontcare, origin_im = next(self.gen) " in imdb.py/next_batch when I run train.py , or to be exact , it is not 'stopped' , just runing this line and don't continue next line.

EddieEduardo commented 5 years ago

Oh I know the reason from README