DetectionTeamUCAS / FPN_Tensorflow

This is a tensorflow re-implementation of Feature Pyramid Networks for Object Detection.
https://github.com/DetectionTeamUCAS/FPN_Tensorflow
MIT License
348 stars 132 forks source link

我想问一下,我在训练的时候出现 restore model 卡住是什么原因造成的?麻烦您解答一下 #51

Closed memeda2232 closed 5 years ago

yangxue0827 commented 5 years ago

你的tfrecord有问题没有数据,你检查一下他的大小 @memeda2232

memeda2232 commented 5 years ago

可能就是这的问题因为他的大小是0

memeda2232 commented 5 years ago

但是我是按照步骤生成的也显示转换成功了

yangxue0827 commented 5 years ago

单步调试吧,没找到路径也会显示成功,因为它没读到图 @memeda2232

memeda2232 commented 5 years ago

好的