Creating VoxelGrid from NumPy array
Open
geometry
legacy (Open3D 0.x API)
voxelgrid
- Dominant language
- C++
- Stars
- 14k
- Forks
- 2.6k
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 6
Description
I have 64^3 voxel saved as the NumPy array. I want to create an Open3D VoxelGrid object from it and use it for offscreen rendering.
I followed the suggestion given in issue #1101, but got the same error as mentioned in #2660 :
`AttributeError: 'open3d.cpu.pybind.geometry.VoxelGrid' object has no attribute 'voxels'`
Any suggestion on how to create VoxelGrid from NumPy array?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.