ShenhanQian / GaussianAvatars

[CVPR 2024 Highlight] The official repo for "GaussianAvatars: Photorealistic Head Avatars with Rigged 3D Gaussians"
https://shenhanqian.github.io/gaussian-avatars
Other
599 stars 92 forks source link

Remove dependency on Pytorch3D #15

Closed nlml closed 8 months ago

nlml commented 8 months ago

I find installing pytorch3d really annoying :smile:

It looks like you are only using it for load_obj(), so I copied the necessary code for that functionality from Pytorch3D, and now the code can run without installing it.

ShenhanQian commented 8 months ago

This could reduce the pain of installation. Thanks for your contribution @nlml !