apple / ml-hugs

Official repository of HUGS: Human Gaussian Splats (CVPR 2024)
https://machinelearning.apple.com/research/hugs
Other
142 stars 13 forks source link

question about the range limit of EPS #9

Open wengjincheng opened 1 month ago

wengjincheng commented 1 month ago

Hi, thanks for your great work, I have one little question about the triplane coords limit -> "assert x.max() <= 1 + EPS and x.min() >= -EPS", why did you set this limit?

ZCWzy commented 5 days ago

have same question too