david-svitov / HAHA

HAHA: Highly Articulated Gaussian Human Avatars with Textured Mesh Prior
89 stars 9 forks source link

Gaussian Visualization #9

Closed se122811 closed 2 months ago

se122811 commented 2 months ago

Dear author,

Thank you for releasing the code for your nice work.

I wonder how to visualize ellipsoid-like Gaussian (as shown below) and support it on this released code.

image
david-svitov commented 2 months ago

Hi! Uncomment the code here: https://github.com/david-svitov/HAHA/blob/42bd784670eb6a9f1c74c1fef5c8a2532174f8b2/3rd_party/diff_gaussian_rasterization-alphadep/cuda_rasterizer/forward.cu#L367

and recompile with: bash gaussian_install.sh

se122811 commented 2 months ago

Thank you for your kindness :)

Best Regards,