khasmamad99 / next-best-view

Apache License 2.0
0 stars 0 forks source link

Switch to reading from `binvoxel` files instead of `obj` files #4

Open khasmamad99 opened 2 years ago

khasmamad99 commented 2 years ago

obj files have to be read into a mesh object which is later converted a voxel grid. Instead directly reading a voxel grid from binvoxel files will increase efficiency.

khasmamad99 commented 2 years ago

Looks like binvox files store voxels of dimensionality 128x128x128. I will have to figure out decreasing the dimensionality to 32x32x32 to be able to use them.