FPN_Pytorch icon indicating copy to clipboard operation
FPN_Pytorch copied to clipboard

some detail question with your job

Open creabob opened this issue 5 years ago • 1 comments

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我并没有找到 代码中对应位置 能否指明一下。 还是说你的三个改进只是一个建议,并没有在代码中这么做。

非常感谢你的工作 ,希望解答一下疑惑

creabob avatar Apr 07 '20 08:04 creabob

第一个地方 是改了model.resnet.py中的 ResNet模块,将layer4的stride=1 改为stride=2 代码可以运行我试了一下,比jwyang版本的map提高了2%多的精度;

puyiwen avatar Jun 04 '20 01:06 puyiwen