andyzeng / 3dmatch-toolbox

3DMatch - a 3D ConvNet-based local geometric descriptor for aligning 3D meshes and point clouds.
http://3dmatch.cs.princeton.edu/
BSD 2-Clause "Simplified" License
836 stars 189 forks source link

Converting 3D Data to TDF Voxel Grids #6

Closed ghost closed 7 years ago

ghost commented 7 years ago

Bravo, for your good work.

I have a question. I can use just the algorithm "Converting 3D Data to TDF Voxel Grids" with Windows ?

Thank you, sincerely.

andyzeng commented 7 years ago

Yes, the code for converting 3D data to TDF voxel grids should work on any platform.

ghost commented 7 years ago

Thank you very much for your answer sear !

I use the windows platform. you can explain how to use just Mesh2SDF with cude and your code ?

thank you very much

andyzeng commented 7 years ago

There's a copy of GAPS in this repository with visual studio solution files that you can use in Windows to compile the msh2df binaries. There are no additional requirements (CUDA is not required).