Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The instance segmentation performance rely heavily on keypoints performance #19

Open
zdwong opened this issue Aug 15, 2019 · 2 comments

Comments

@zdwong
Copy link

zdwong commented Aug 15, 2019

Pose2Seg model provided by author was used to generate instance segmentation on Crowdhuman dataset with the input of keypoints generated by AlphaPose model. According to the visualization result, the instance segmentation is not so good compared to mask rcnn model because the performance of instance segmentation of Pose2Seg depended heavily on keypoints performance.

The keypoints visualization:
273275,8192f000acfb8e7b

The instance segmentation visualization:
273275,8192f000acfb8e7b

I was amazed when I saw the visualization of instance segmentation in COCO or COHuman dataset. But when using another model to generate keypoints, the result is not good.

@zdwong zdwong changed the title The instance segmentation performance depended heavily on keypoints performance The instance segmentation performance rely heavily on keypoints performance Aug 16, 2019
@Tetsujinfr
Copy link

do you have the Mask RCNN inferred version of this image? just to eyeball both? cause indeed the pixel segmentation you have with pose2seg is not super impressive regarding details, but it does manage occlusion pretty well I would say, no?

@Xuan-YE
Copy link

Xuan-YE commented Sep 23, 2019

Pose2Seg model provided by author was used to generate instance segmentation on Crowdhuman dataset with the input of keypoints generated by AlphaPose model. According to the visualization result, the instance segmentation is not so good compared to mask rcnn model because the performance of instance segmentation of Pose2Seg depended heavily on keypoints performance.

The keypoints visualization:
273275,8192f000acfb8e7b

The instance segmentation visualization:
273275,8192f000acfb8e7b

I was amazed when I saw the visualization of instance segmentation in COCO or COHuman dataset. But when using another model to generate keypoints, the result is not good.

Hi!
I'm interested in the work you have done.
Could you show me some details about how to run it on my own set of images?
I'm very grateful to you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants