factor-fields icon indicating copy to clipboard operation
factor-fields copied to clipboard

How to get the .npy file?

Open muximuxi opened this issue 2 years ago • 3 comments

If I use my own data in SDF , how to load it and get the .npy file?

muximuxi avatar Aug 10 '23 04:08 muximuxi

and by the way, how to get the transforms_test.json ,transforms_train.json and transforms_val.json like demo data in nerf_synthetic? thank you

muximuxi avatar Aug 10 '23 09:08 muximuxi

If I use my own data in SDF , how to load it and get the .npy file? good point;) I have uploaded the file (i.e., "mesh2SDF_data_process.py") to the script folder.

apchenstu avatar Aug 11 '23 16:08 apchenstu

please refer to here if you want to process your own data, the format is the same as the instant-ngp https://github.com/NVlabs/instant-ngp/blob/master/docs/nerf_dataset_tips.md

apchenstu avatar Aug 11 '23 16:08 apchenstu