3D_Conditional_Gan
3D_Conditional_Gan copied to clipboard
How to translate the mesh data to 64 X 64 X 64 voxelized data ?
please, can you tell me How to translate the mesh data to 64 X 64 X 64 voxelized data ?
i have got .off mesh data ,don't know how to translate to voxel and use what software to show voxel data.
thanks.
The shapenet package (http://3dshapenets.cs.princeton.edu/) provides the code to rewrite off data to voxel data. I think it is in the path ~/3DShapeNets/3D/write_input_data.m
You can try this function to translate data to the form you want.