-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating hdf5 files from .obj files #19
Comments
This repo does not contain code or instructions to create hdf5 files from obj files. Did you use the code from somewhere else? Anyway, please make sure your input data (the binary voxels) are not emply. If they are not empty, the output hdf5 files should not be empty. |
i see so the only input type i can use is binary voxels and if i want to use obj files (meshes) i should convert them to binary voxels? |
Yes. You can read other issues for how to convert obj into binvox. |
okay thanks a lot for your help |
I tried to change the code and open the binvox file like following |
You only need to assign the voxel grid to voxel_model_256. So here's what you should do. Replace the following
with
|
So just prepare 256^3 voxels. |
Okay thank you for helping |
Hello i was trying to create my own hdf5 dataset to use for ucsgnet. i want to generate the file from an .obj file extension but i keep getting empty hdf5 files please some help . i followed all the given instructions in the repository
The text was updated successfully, but these errors were encountered: