DetectionTeamUCAS / FPN_Tensorflow

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

在进行遥感影像识别时,出现纯黑色图像在识别后改变了颜色 #155

Open hardworking-jws opened 3 years ago

hardworking-jws commented 3 years ago

感谢您的项目。我的问题时处理的是比较大的遥感影像,进行了裁剪然后使用FPN进行训练及预测。但是裁剪后的影像有一些是纯黑色的,识别过后这些影像有一部分变成了绿色。这是什么原因呢? 是不是pixel_mean的原因?