aipixel / GaussianAvatar

[CVPR 2024] The official repo for "GaussianAvatar: Towards Realistic Human Avatar Modeling from a Single Video via Animatable 3D Gaussians"
https://huliangxiao.github.io/GaussianAvatar
MIT License
410 stars 29 forks source link

Missed mask images in dynvideo_female sequence #11

Closed tgeonho closed 7 months ago

tgeonho commented 7 months ago

Hi, thanks for your great work!

I would like to train the model with 'dynvideo_female' sequence. But, in the train split, the number of mask images is fewer than the number of rgb images. Could I get the full mask images?

Best regards,

LinzhouLi commented 7 months ago

I encountered the same issue. It seems to be caused by the discrepancy in file naming between ‘mask’ and 'image'. Both folders contain 778 images, but the images in the 'mask' folder are named sequentially, while those in the 'image' folder are not.

huliangxiao commented 7 months ago

Sorry for the incomplete data. I'm going to update the data, by the way, any human foreground segmentation tool will work fine for processing the data such as RVM.

tgeonho commented 7 months ago

Thanks!