deforming-nerf icon indicating copy to clipboard operation
deforming-nerf copied to clipboard

Code for "Deforming Radiance Fields with Cages", ECCV 2022.

Results 3 deforming-nerf issues
Sort by recently updated
recently updated
newest added

Hi!Thanks for your great work! I captured about 90 pictures(360°) around an object like this(removed background manualy in photoshop): ![image1](https://github.com/xth430/deforming-nerf/assets/89381353/c66300a7-5804-4a1b-93db-efa131915767) 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: ![B5WCCGjtWE](https://github.com/xth430/deforming-nerf/assets/65213004/7342878e-d150-4f7d-ab93-3db9782a0bc3) 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...