VoxNet.pytorch
VoxNet.pytorch copied to clipboard
off2binvox conversion??
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
i try it on windows successfully, hope to help you:
- download binvox.exe, from https://www.patrickmin.com/thinvox/
- os.system(f'binvox -d 256 -cb {off}'), '-pb' is only for linux