krumo / Domain-Adaptive-Faster-RCNN-PyTorch

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

backbone? #14

Closed willer94 closed 4 years ago

willer94 commented 4 years ago

The original paper and other papers used VGG backbone instead of ResNet-50-fpn, so is the improvement of mAP reported on README come from a much stronger backbone? Or other tricks?

krumo commented 4 years ago

The improvement mainly comes from the strong backbone of ResNet-50. FPN is not used right now.