You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pretrained models for Keypoint + Segmentation tasks
Although there are multiple pretrained models provided for segmentation and keypoint tasks separately, there is no pretrained model that trained for multi-task.
Providing such models would be an important baseline for the people that re-trained their model since it is possible to train such models using detectron2 (#17).
The text was updated successfully, but these errors were encountered:
After setting cfg.MODEL.MASK_ON = True, the output of the mask is just noise. I guess the pre-trained models dont support keypoint detection and segmentation in the same time.
I tried
cfg.MODEL.MASK_ON = True
cfg.MODEL.KEYPOINT_ON = True
and I combine the .pkl weight file both mask and keypoints to get pretrained weights.
however the segment AP is down 20 points....
Pretrained models for Keypoint + Segmentation tasks
Although there are multiple pretrained models provided for segmentation and keypoint tasks separately, there is no pretrained model that trained for multi-task.
Providing such models would be an important baseline for the people that re-trained their model since it is possible to train such models using detectron2 (#17).
The text was updated successfully, but these errors were encountered: