david-svitov / HAHA

HAHA: Highly Articulated Gaussian Human Avatars with Textured Mesh Prior
BSD 3-Clause "New" or "Revised" License
117 stars 14 forks source link

masks of "_gray.png" #4

Closed R132 closed 7 months ago

R132 commented 7 months ago

Thanks for sharing your excellent work ! During the dataloader process, you are loading masks form "*_gray.png" which contains different skin labels. I wonder how do you get there labels? Do they work better than the "0-1" masks? Can I get those label from "Robust Video Matting (RVM)" ?

david-svitov commented 7 months ago

Hello!

During our work we experimented with different labels. But in the end we abandoned this idea. In "_gray.png" the usual binary segmentation masks are now stored.

If you'd like to try adding labels for different clothing items and body parts, I'd recommend this repository: https://github.com/Gaoyiminggithub/Graphonomy

R132 commented 7 months ago

Thanks!