threestudio-project / threestudio

A unified framework for 3D content generation.
Apache License 2.0
6.32k stars 480 forks source link

Refinement of the Progressive HashGrid #323

Closed yihua7 closed 1 year ago

yihua7 commented 1 year ago

Hi, thanks for the excellent work! I just found that in line here, changing enc = enc * self.mask to enc = enc * self.mask + enc.detach() * (1 - self.mask) is more reasonable and should bring about better quality.