You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--- [binvox] mesh voxelizer, version 1.35, build #794 on 2021/10/26 11:37:14, running on Windows
--- written by Patrick Min, 2004-2021
using carving method only
Windows does not allow widths below 116, increasing dimension to 192 and performing -down as needed
Note: setting -dmin to 1
loading model file...
MeshFileIdentifier::*create_mesh_file(bathtub_0107.off)
OffMeshFile::load
starting to read 1568 vertices
1500 lines read
read 1568 vertices
3391 lines read
Read 1820 faces, 1568 vertices.
Mesh memory use is 18142 KB (17 MB)
Mesh::normalize, bounding box: [-22.8962, -46.0039, -19.47, 1] - [22.8962, 46.0039, 19.47, 1]
longest length: 92.0078
normalization transform:
(1) translate [22.8962, 46.0039, 19.47, 1], (2) scale 0.0108686, (3) translate [0, 0, 0]
got mesh bounding box [-22.8962, -46.0039, -19.47, 1] - [22.8962, 46.0039, 19.47, 1]
voxel model dimension: 192
GLwindow::init_lighting
Graphics card and driver information:
Vendor: Intel
Renderer: Intel(R) UHD Graphics 630
Version: 4.6.0 - Build 30.0.101.1153
Voxels::init(192, 192, 192, 0)
Voxelizer constructor
SimpleMeshView constructor
starting voxelization...
Voxelizer::carve_voxelize
doing x direction
doing y direction
doing z direction
Voxelizer::fill_voxels
Voxels::clear
Voxels::downsample from 7077888 to 884736
Voxels::downsample from 884736 to 110592
I didn't see bathtub_0107.binvox format
The text was updated successfully, but these errors were encountered:
Vaveyla95
changed the title
I was unable to convert from the .off content to a .binvox format.
I was unable to convert from the .off to .binvox format.
Jan 5, 2022
I have faced the same problem before.
you can try to increase the resolution of voxels(number behind -d).
I can't create a .binvox file with resolution less than 58 and i don't know why.
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
binvox -c -d 24 -t binvox bathtub_0107.off
output
I didn't see bathtub_0107.binvox format
The text was updated successfully, but these errors were encountered: