3D_Conditional_Gan icon indicating copy to clipboard operation
3D_Conditional_Gan copied to clipboard

How to translate the mesh data to 64 X 64 X 64 voxelized data ?

Open sileixinhua opened this issue 7 years ago • 1 comments

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.

sileixinhua avatar Oct 25 '17 01:10 sileixinhua

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.

yilei0620 avatar Oct 26 '17 23:10 yilei0620