Closed JonathanLehner closed 5 years ago
Hi, If you want to get the pred of instances, you can get the instances by using the pretrained Mask-rcnn to detect the instance human mask.
great, thank you! I will try it
where is the model?
You can get the pretrained Mask-rcnn model in here. ( I have used this pretrained model to get the instance mask, and then combined with our parsing results that we could get the stoa performance of instance human parsing.)
Thanks! how did you combine the results?
We use the instance person mask to detect the instance part of the human part. (e.g., we have a human instance mask and a semantic segmentation, we use the instance person mask to detect the person part that belongs to which instance human.)
How can we get the instances? If there are two humans in the image, can we get a list of the areas that belong to each of them?