xmyqsh / FPN

Feature Pyramid Network
155 stars 58 forks source link

cannot convert float infinity to integer #23

Open RoseLii opened 6 years ago

RoseLii commented 6 years ago

我在训练自己的数据集时,由于数据集中有些图片是没有我要标注的目标,所以这部分图片没有标签,我在训练是出现 2017-11-15 21:07:00.175803: W tensorflow/core/framework/op_kernel.cc:1158] Invalid argument: exceptions.ValueError: attempt to get argmax of an empty sequence 可是当我把这部分图片的标签设置成0 0 0 0,生成xml文件,但是在训练时出现 tensorflow.python.framework.errors_impl.UnknownError: exceptions.OverflowError: cannot convert float infinity to integer @xmyqsh