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

In the inference stage for new data #21

Open nawhig opened 3 years ago

nawhig commented 3 years ago

After training, I want to create 3d object with new images.

However, as I understand your code, to reconstruct object, the values of sdf_params are needed. How I can get the values with only test images?.

nawhig commented 3 years ago

Plus, can the value of 'trans_mat' be gotten in inference stage?