You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
sumai-1998
changed the title
Why output sdf_pc_rot twice in sdf_train?
code problem : Why output sdf_pc_rot twice in sdf_train?
May 11, 2022
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'
The text was updated successfully, but these errors were encountered: