Keras+yolo3训练自己的数据时 在运行train.py报错TypeError: ‘NoneType’ object is not iterable
在train.py的line 45, in train initial_epoch=0这里generator_output = next(self._generator)TypeError: ‘NoneType’ object is not iterable大致是这样因为没有运行第四步的test.py导致生成ImageSets/Main/4个txt文件是空的,而后面2007_train....
原创
2020-02-07 17:09:18 ·
1210 阅读 ·
0 评论