Does anyone have a YACS config for the newer MaskRCNN-R50 baselines? #3939
Unanswered
alexander-soare
asked this question in
Q&A
Replies: 1 comment 3 replies
-
YACS config may not have all the predefined settings. There may be some effort to add all the options for new training set up. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've spent the last hour or so trying to modify my code to support the new
LazyConfig
and I think I'm still going deeper into the forest. Has anyone got a YACS equivalent? I'm aware that it mightn't be possible to express everything in a LazyConfig in the older, less flexible YACS version but I just need it for fine-tuning so I doubt I need any of the extra custom funcionality.Note: This is not a complaint about the new config. I think it's the right way to go, but unfortunately very bc breaking for anyone who has a lot of custom Detectron2 code.
Beta Was this translation helpful? Give feedback.
All reactions