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

code problem : Why output sdf_pc_rot twice in sdf_train? #28

Open sumai-1998 opened 2 years ago

sumai-1998 commented 2 years ago

in ./train/sdf_train.py line 417/418 and line 427/428 why output "batch_data['sdf_pt_rot'][bid,:,:]" twice, one called 'pred.obj' and other called 'gt.obj'? they are the same. and during training, the batch_data['sdf_pt_rot'] also equal to batch_data['sdf_pt'], there are no 3D obj produced during sdf_train right? just 1D pred_sdf value at shape [B, 2048 , 1], right? i just operated to sdf_train , and haven't run 'inference sdf and create mesh objects'