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

create_img_h5 creating h5 file #13

Closed shravanc closed 4 years ago

shravanc commented 4 years ago

Hi, I am trying to create .h5 files as per the instructions with the below command: python -u preprocessing/create_img_h5.py

The above program is expected to create .h5 file but it is expecting .h5 file as below line says: sdf_fl = os.path.join(sdf_dir, vals, obj, "ori_sample.h5")

Need a little guidance on what is missing as my sdf_dir contains .sdf files, not .h5 file.