-
Hi, I want to finetune mask2former on another human only dataset, how can I use the pretrained on coco dataset WEIGHT and finetune it on my dataset? I mean how to load pretrained weight to my training ? |
Beta Was this translation helpful? Give feedback.
Answered by
chhluo
Jul 17, 2022
Replies: 1 comment
-
set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
chhluo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
set
load_from
to the path to the checkpoint and updatenum_things
andnum_stuff
in config file.