Mask2Former doesn't converge and worse then Mask-RCNN #9016
Unanswered
Robotatron
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I also faced this problem. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Training Mask2Former with the Detectron 2 framework provides higher mAP then Mask-RCNN as expected.
However, doing the same experiment within mmdet with the default config does not converge with different learning rates. Mask-RCNN works great (blue graph):
I tried different learning rates:
Any help is appreciated! Mask2Former should outperform Mask-RCNN by a large margin, however it doesnt converge in mmdet, while working perfectly with Detectron 2.
Full config:
Beta Was this translation helpful? Give feedback.
All reactions