ShengAn
ShengAn
I also encountered this error. I can also confirm that the error occurred at the end of the test and occured randomly. I guess the most possible reason is the...
> We confirmed all models are successfully trained with our latest codes. We also uploaded trained models. > > Also we have conducted experiments with randomly-selected augmentations, we found that...
Hey, guys. I think I've successfully applied search to my own dataset which need to make some changes to the data_utils.py. The core idea is save img paths in self.train_images...
感谢反馈,我周末会处理。目前第二章内容2.3节内容还不太满意,我们会尽快优化,同时也欢迎阅读我们新出的第三章目标检测教程并提出意见~
modify this line in __init__.py from resnet import * to from models.resnet import * can fix your problem @niushaoda