SCL icon indicating copy to clipboard operation
SCL copied to clipboard

Your implementation of domain adaptive faster rcnn performs better than paper values, what might be the reason?

Open TADanton opened this issue 4 years ago • 1 comments

Hi Zhiqiang,

I tried to run your re-implementation of domain adaptive faster rcnn in adaptation from pascal voc to clipart, and I found it reached much better mAP (30 mAP) than the value reported in paper "stong weak distribution alignment" paper. (19.8 mAP)

May I ask what's your opinion on this? Why is your re-implementation much better? Or did I probably ignore some details in training script and misuse them? (I used your trainval_net_dfrcnn.py, and didn't use any rendered datasets).

Thanks a lot for any possible help in advance!

Best, Anton

TADanton avatar Feb 23 '21 10:02 TADanton

Hey, It should not be the case. There must be some bug in the your code leading to this issue.

harsh-99 avatar Apr 16 '21 03:04 harsh-99