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

你好,如果要改成Mobilenetv2,应该在你代码的基础上集中在那一部分开始改呢? #21

Closed HelloWorld19930113 closed 5 years ago

HelloWorld19930113 commented 5 years ago

能给一些建议吗,大佬,谢谢啦

yangxue0827 commented 5 years ago

mobilenet_v2.py,仿照resnet.py @HelloWorld19930113

HelloWorld19930113 commented 5 years ago

大佬,你的那个R2CNN那个项目现在是不是也不支持mobilenet

yangxue0827 commented 5 years ago

应该支持的 @HelloWorld19930113

HelloWorld19930113 commented 5 years ago

大佬这样的话,这里的FPN的mobilenetV2是不是就可以参照R2CNN项目了?

yangxue0827 commented 5 years ago

不能,r2cnn不是基于fpn写的。 @HelloWorld19930113