krumo / Domain-Adaptive-Faster-RCNN-PyTorch

Domain Adaptive Faster R-CNN in PyTorch
MIT License
305 stars 68 forks source link

Can't reproduce the result #16

Closed sheepooo closed 4 years ago

sheepooo commented 4 years ago

Hello, I run the test_net.py with the pre-trained model you provided (https://polybox.ethz.ch/index.php/s/OgkNFJHVkEscTO0) , but my AP50 is only 0.21. I can't find the reason, could you help me?

krumo commented 4 years ago

Hi, I would suggest that you should check the test data is generated correctly and the pretrained model weight is loaded correctly.