ruoqianguo / DetNet_pytorch

An implementation of DetNet: A Backbone network for Object Detection.
MIT License
377 stars 117 forks source link

About Resnet #6

Closed hkthirano closed 6 years ago

hkthirano commented 6 years ago

How did you get a score of resnet?

ruoqianguo commented 6 years ago

I'm sorry, i can't understand you. I used resnet101 as fpn's backbone

hkthirano commented 6 years ago

How did you measure the accuracy of resnet 101 (fpn)? Can I train resnet (fpn) in this repository?

I want to check the result of ResNet-101 (using soft_nms when testing).

Can you understand my English? I am sorry that I am not good at English.

ruoqianguo commented 6 years ago

hi, i understand what you mean. You are right. I trained and tested the resnet101(fpn) use another code in my repositority FPN_Pytorch. Most of the code for these two repositories is consistent. Maybe i should merge the two repositority. Sorry

hkthirano commented 6 years ago

Thank you!