facebookresearch / Detectron

FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
Apache License 2.0
26.23k stars 5.45k forks source link

Where can I download gn with resNeXt? #539

Open jaycecd opened 6 years ago

jaycecd commented 6 years ago

hi, guys~ I read group normalization's paper yesterday, it is so cool .but only have gn with resnet ,where can i get the model trained on ImageNet with resNeXt?

gaowu9595 commented 5 years ago

@jaycecd Hi, Do you know how to load the R-50-GN.pkl to ResNet50? I don't have model class (that means the ResNet with GN ). And I'm using pytorch