david-svitov / HAHA

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

About rendering time #6

Closed LeeBeen1 closed 2 months ago

LeeBeen1 commented 2 months ago

Hi! Thank you for open-sourcing this excellent piece of work. Can it achieve real-time rendering?

david-svitov commented 2 months ago

Yes, the avatar renders at 270 FPS on my Nvidia GForce RTX 4090

LeeBeen1 commented 2 months ago

Thank you for your prompt response. I'm in the process of creating custom dataset, but I'm unsure how to obtain the camera_matrix parameter. Could you please provide some guidance?

david-svitov commented 2 months ago

If I understood the question correctly, then you need to look towards COLMAP. This tool will allow you to get the camera parameters.

LeeBeen1 commented 2 months ago

Thank you!