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

关于resnet和fpn问题 #98

Closed lapetite123 closed 4 years ago

lapetite123 commented 5 years ago

我想要用resnet和fpn提取特征,在FPN_Tensorflow/libs/networks/resnet.py中有用到resnet+fpn,但是在resnet.py中没有看到残差部分的代码有些疑惑,希望能够帮我解答一下。谢谢!

youwh-PIRI commented 5 years ago

残差代码封装在resnet_v1_block里面,具体在resnet_v1.py中