Hi, thanks for your elegant and solid work. I have two questions about the code:
I want to perform shape completion with some meshes (e.g., a subset from shapenet, which is not included in IMNet). I wonder whether the data processing of the mesh is the same as DFAUST? That is, can I run generate_dfaust_sdf_samples.py to generate the training pair? If not, could you please provide the data processing code? Thanks a lot!
If I want to train the model on DFAUST, except changing the datamodule_opt in the yaml file, what else needs I to modify?
Hi, thanks for your elegant and solid work. I have two questions about the code:
generate_dfaust_sdf_samples.py
to generate the training pair? If not, could you please provide the data processing code? Thanks a lot!datamodule_opt
in the yaml file, what else needs I to modify?