sha2nkt / deco

Estimate vertex-level 3D human-scene and human-object contacts across the full body mesh
https://deco.is.tue.mpg.de/
Other
63 stars 6 forks source link

Segmentation output format of Mask2Former does not match with segmentation masks of DEMON segmentation_masks for DECO code #10

Closed dqj5182 closed 11 months ago

dqj5182 commented 11 months ago

Thanks for the answer.

After running the Mask2Former for semantic segmentation, the output segmentation does not seem to match with the segmentation_masks images for damon dataset (i.e., datasets/damon/segmentation_masks/training/vcoco_000000360328.png).

The segmentation maks for DAMON dataset is as follows: vcoco_000000360328

The segmentation output of Mask2Former is as follows:

ac5113 commented 11 months ago

You're most likely displaying the segmentation files as is. However, those arrays actually contain the class id in each pixel.