Replies: 1 comment 6 replies
-
Have you gotten this to work? I'm currently trying to do the same, and I'm having some trouble. I looked at both of those config files (FPN version) and combined them:
then I change some of the configs by running this:
This hasn't worked for me, but I think it has more to do with a data loading issue as I keep getting If you have any insight on this, that would be great! |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I would like to do instance segmentation and keypoint detection at the same time. From issue #17 it says I need to enable both mask and keypoint in my config.
My question is: which model do you start from in model_zoo (eg. COCO Instance Segmentation Baselines with Mask R-CNN or COCO Person Keypoint Detection Baselines with Keypoint R-CNN) and is this the good way to enable keypoints (#1219 (comment))?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions