We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thanks so much for providing the detection configs.
When I run detectron2 based on "Base-RCNN-C4-BN.yaml", (https://github.com/WXinlong/DenseCL/blob/main/benchmarks/detection/configs/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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, thanks so much for providing the detection configs.
When I run detectron2 based on "Base-RCNN-C4-BN.yaml",
(https://github.com/WXinlong/DenseCL/blob/main/benchmarks/detection/configs/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?
The text was updated successfully, but these errors were encountered: