VoxNet.pytorch icon indicating copy to clipboard operation
VoxNet.pytorch copied to clipboard

off2binvox conversion??

Open NarendraKumar8424 opened this issue 2 years ago • 1 comments

hello, i have downloaded modelnet10 and copied it into data folder. in this data folder all files are in off format. now i need to convert these off files to binvox files.fo this i am using 2nd step in the readme file which you mentioned.now i am trying to excute off2binvox.py.can you please let me know what this command does (os.system(f'./binvox -d 32 -cb -pb {off}'))

if you can explain me how to convert off to binvox.it would be helpful for me a lot

NarendraKumar8424 avatar Mar 13 '22 16:03 NarendraKumar8424

i try it on windows successfully, hope to help you:

  1. download binvox.exe, from https://www.patrickmin.com/thinvox/
  2. os.system(f'binvox -d 256 -cb {off}'), '-pb' is only for linux

TangYong1975 avatar Mar 09 '23 08:03 TangYong1975