cvlab-kaist / GaussianTalker

Official implementation of “GaussianTalker: Real-Time High-Fidelity Talking Head Synthesis with Audio-Driven 3D Gaussian Splatting” by Kyusun Cho, Joungbin Lee, Heeji Yoon, Yeobin Hong, Jaehoon Ko, Sangjun Ahn and Seungryong Kim
Other
295 stars 36 forks source link

(pts - aabb[0]) * (2.0 / (aabb[1] - aabb[0])) - 1.0 #17

Open xz0305 opened 6 months ago

xz0305 commented 6 months ago

I understand that the coordinate normalization operation here is mapped to -1 to 1. I would like to ask whether aabb[0] and aabb[1] should be swapped?