Replies: 1 comment
-
@dimimal , I am also trying to do multi task learning. I was curious if you managed to do so with mmdetection and if so could you share a couple of resources ? |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
I am using mmdetection library as part of my research. Im working on 2 different, but very similar tasks. I am wondering if its possible to use an instance segmentation model with 2 different heads (mask+object) and apply multi task learning on this. I guess what I have to do is to create a wrapper head class which takes the features from the Neck and add the individual heads there.
Am I write?
Can someone give me a direction?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions