skhu101 / GauHuman

Code for our CVPR'2024 paper "GauHuman: Articulated Gaussian Splatting from Monocular Human Videos"
Other
283 stars 23 forks source link

Is GauHuman using unmodified GSplat Rasterizer? #36

Open Rajrup opened 2 weeks ago

Rajrup commented 2 weeks ago

Thanks a lot for sharing this fantastic work!

Question: I see that you have added the diff-gaussian-rasterization as a submodule (https://github.com/skhu101/GauHuman/tree/main/submodules/diff-gaussian-rasterization) with the repo and not as a git submodule. I wonder if GauHuman uses a modified Gsplat rasterizer developed on top of the original repo https://github.com/graphdeco-inria/diff-gaussian-rasterization.

skhu101 commented 2 days ago

Hi, we implement the alpha mask loss version based on the official diff-gaussian-rasterization.