DetectionTeamUCAS / FPN_Tensorflow

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

如何把 FPN+ResNet 改成 FPN+MobileNet ? #148

Open HUI11126 opened 3 years ago

HUI11126 commented 3 years ago

https://github.com/DetectionTeamUCAS/FPN_Tensorflow/issues/81 我看了这个issue,还是不知道怎么改?为什么只是在cfgs.py里面写上VERSION和NET_NAME就能用ResNet了?

HUI11126 commented 3 years ago

另外,我的输入图片是3072*2048的,显卡是RTX2060 6G,用ResNet_50计算,显存不够了。除了更换网络之外,能不能给一些建议?

Yealdor commented 3 years ago

我也在做fpn+MobileNet,请问您是怎么修改的