HobbitLong / PyContrast

PyTorch implementation of Contrastive Learning methods
1.94k stars 185 forks source link

Configs issues about "Res5ROIHeadsExtraNorm" #40

Closed Kevinz-code closed 2 years ago

Kevinz-code commented 2 years ago

Hi, thanks so much for providing the detection configs.

When I run detectron2 based on "Base-RCNN-C4-BN.yaml", the process said that "Res5ROIHeadsExtraNorm" has not been registered?

And I carefully read the documents of detectron2, it has 'Res5ROIHeads', but does not have 'Res5ROIHeadsExtraNorm'.

Does Res5ROIHeads == Res5ROIHeadsExtraNorm?

HobbitLong commented 2 years ago

see here

Kevinz-code commented 2 years ago

Thank you so much for your timely reply, Looking forward to your excellent works in the future!