FPN_Pytorch
FPN_Pytorch copied to clipboard
some detail question with your job
In readme.md introduction part ,(The following things are what your did) .i want to know are these three tips used in the code. for example I can not find your modification in code. 在你的介绍说明中,做出了三个改进地方,但我在代码中没有看到更改,比如FPN_FEAT_STRIDES 在代码中依然是[4, 8, 16, 32, 64],第二个_PyramidRoI_Feat中 log和log2我并没有找到 代码中对应位置 能否指明一下。 还是说你的三个改进只是一个建议,并没有在代码中这么做。
非常感谢你的工作 ,希望解答一下疑惑
第一个地方 是改了model.resnet.py中的 ResNet模块,将layer4的stride=1 改为stride=2 代码可以运行我试了一下,比jwyang版本的map提高了2%多的精度;