yccyenchicheng / SDFusion

MIT License
379 stars 32 forks source link

Missing file ./launchers/launch_create_sdf_shapenet.sh #22

Closed abhinanda-punnakkal closed 8 months ago

abhinanda-punnakkal commented 1 year ago

Hi @yccyenchicheng ,

Thank you for releasing the code for this very interesting work.
While trying to follow the README.md, I see that the file for preparing the data, ./launchers/launch_create_sdf_shapenet.sh is unavailable.

Could you please upload this?

Thanks Abhinanda

aurelschu commented 8 months ago

Hello @yccyenchicheng,

I'm also trying to replicate the training of SDFusion, but the missing *create_sdf files make this quite hard

Best Aurel

Bathsheba commented 8 months ago

I too would like this, I want to attempt training SDFusion on a dataset of scupture.

yccyenchicheng commented 8 months ago

Hello,

It is located here: https://github.com/yccyenchicheng/SDFusion/blob/master/preprocess/launchers/launch_create_sdf_shapenet.sh

You first need to change to the directory preprocess to run the preprocessing script:

cd preprocess
./launchers/launch_create_sdf_shapenet.sh 

Thank you.