-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
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
Add MaskRCNN improved weights #5773
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Summary: * Add MaskRCNN improved weights * Adding recipe URL (Note: this ignores all push blocking failures!) Reviewed By: jdsgomes, NicolasHug Differential Revision: D36095710 fbshipit-source-id: ad917bbd12f545f62681bb4607b74b2ebe650592
Hey, where can i find the augmentations used for training this model? |
@dscho15 The model was trained with the command above in #5773 (comment). It refers to these scripts, where you'll find the corresponding code https://github.com/pytorch/vision/tree/main/references/detection |
Fixes #5307
Adds new pre-trained weights for MaskRCNN + ResNet50 + FPN for the v2 variant with post-paper optimizations (no FrozenBN + c5 instead of p5 input on extra layers + heavier RPN/Box/Mask Heads with BNs). It improves the previous baseline by +9.5 mAP for boxes and +7.2 mAP for masks.
Trained with:
Verified with: