facebookresearch / goliath

Goliath Dataset and Official PyTorch Implementation of RelightableHands, Relightable Gaussian Codec Avatars, and Driving-Signal Aware Full-Body Avatars.
Other
207 stars 15 forks source link

No module named 'gsplat' #13

Closed sillybirrrd closed 2 months ago

sillybirrrd commented 2 months ago

Hi, thanks for sharing the excellent work! I met a bug when I tried to reproduce the RGCA, it seems like the 'gsplat' module is not provided in the codebase. Could you please provide access to this module?

una-dinosauria commented 2 months ago

Please compile the required extensions: https://github.com/facebookresearch/goliath?tab=readme-ov-file#compiling-and-installing-extensions

sillybirrrd commented 2 months ago

Please compile the required extensions: https://github.com/facebookresearch/goliath?tab=readme-ov-file#compiling-and-installing-extensions

Yes, I installed all extensions, including mvpraymarch, sgutils and utils, but there is no extension called 'gsplat', is there anything I miss? Thanks in advance! image

shunsukesaito commented 2 months ago

I forgot to add it to requirements.txt. Now it's updated. You can just install this one https://github.com/nerfstudio-project/gsplat

sillybirrrd commented 2 months ago

I forgot to add it to requirements.txt. Now it's updated. You can just install this one https://github.com/nerfstudio-project/gsplat

Thanks for your quick response! By the way, it would be better to specify the version of 'gsplat', since its code structure of the latest version is incompatible with this codebase, v0.1.11 works fine for me.