binvox-rw-py icon indicating copy to clipboard operation
binvox-rw-py copied to clipboard

Python module to read and write .binvox files.

Results 14 binvox-rw-py issues
Sort by recently updated
recently updated
newest added

Hi, I'm new and I apologize for my lack of experience. I have a problem how to convert .off file to .binvox format Directory: C:\....\ModelNet10\bathtub\test ``` -a---- 14.08.2014 07:50 73975...

Hi, I modified some codes in 'write' of binvox_rw.py to resolve the error - 'AttributeError: 'str' object has no attribute 'write' , when executing the command - model.write('dilated.binvox'). Hope it...

If you open a file in binary 'wb' mode and call the write function you get some errors: ``` fp = open("test.binvox", "wb") voxels.write(fp) ``` To fix the error, I...

I guess the write function is bugged if you have exactly 255 zero to write, and then the next state the 256th character is a 1 (or vice versa, i.e....

Fix a bug caused by changing `/` to `//` so that Python 3 performs appropriate integer division.

Hello, I have just created a binvox file and managed to load it using your program :) I had one small question: How can I retrieve the size of each...

The default binvox resolution for shapenet is 128*128*128 for example, and for some use we may need a different size (like 32*32*32). Can you add that resize function please? It...

I am trying to convert .step file to binvox. Is it possible to convert? Can anybody give suggestions? Thank you