yuanliangxie
yuanliangxie
Thanks for your answer, But my setting is still not working for me。
The wrong code I think ``` # copy image to train image dir dst_f_path = dst_img1_dir + y if os.path.isfile(dst_f_path): shutil.copy(y_path, dst_img1_dir) print('{} cp to {}'.format(y, dst_img1_dir)) else: print('{} already...
the iou methed is wrong, buddy!
YOLOv2假定了每个cell至多含有一个grounth truth,而在实际上基本不会出现多于1个的情况。
哇噢,这样啊,感谢回复!感谢开源!