facebookresearch / maskrcnn-benchmark

Fast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.
MIT License
9.3k stars 2.49k forks source link

se-resnet bockbone #714

Open gongzaizhou opened 5 years ago

gongzaizhou commented 5 years ago

❓ Questions and Help

When I used se-resnet50 backbone, the accuracy dropped by 3 points , I used pretrained form https://github.com/Cadene/pretrained-models.pytorch

Dorozhko-Anton commented 5 years ago
  1. Did you trained faster_rcnn with se-resnet50 backbone starting from weights from https://github.com/Cadene/pretrained-models.pytorch?
  2. In comparison to what model the accuracy dropped by 3 points ?