krumo / Domain-Adaptive-Faster-RCNN-PyTorch

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

A question about the result. #15

Closed Yorionice1 closed 4 years ago

Yorionice1 commented 4 years ago

Hi, Thanks for sharing your code. But why are the the results are different from the numbers in the paper.

krumo commented 4 years ago

@Yorionice1 Thanks for your interest! The main difference comes from using a Resnet-50 backbone instead of a VGG-16 backbone.