deforming-nerf
deforming-nerf copied to clipboard
Code for "Deforming Radiance Fields with Cages", ECCV 2022.
Hi!Thanks for your great work! I captured about 90 pictures(360°) around an object like this(removed background manualy in photoshop):  and get the c2w metrics from directly from colmap render...
Hello, thanks for your excellent work! But when I follow the MANUAL.md and try to estimate the cage for the lego case, I get the following results:  But in...
I read the code of the paper. In svox2.py, I don't understand grid2world function. `roffset = self.radius * (1.0 / gsz - 1.0) + self.center` Why do I need to...