Xharlie / DISN

(latest updates and bug fixed) DISN: Deep Implicit Surface Network for High-quality Single-view 3D Reconstruction
183 stars 27 forks source link

Question about training data and projections #23

Open nvdomidi opened 2 years ago

nvdomidi commented 2 years ago

Hi, thank you for your great work. I have a question regarding training data and how projections work:

If I render my own dataset and save the camera parameters in "rendering_metadata.txt", is that enough to get correct projections? Do I need to change intrinsic parameters somewhere in the code to match my rendering settings?

Thanks in advance.