Closed ronen85 closed 3 years ago
Thanks for reporting, I can reproduce the error. It seems to be due to a change in the newest version of Open3D. Using open3d==0.12
, the above command runs fine.
I updated the method that extracts the truncated signed distances from open3d. This should fix the error. You can pull the change from the corl2020
branch.
I updated the method that extracts the truncated signed distances from open3d. This should fix the error. You can pull the change from the
corl2020
branch.
Working! Thanks!
Hello, when running the grasping example with the following command: 'python scripts/sim_grasp.py --model data/models/vgn_conv.pth --sim-gui'
I get a really weird error:
By using a debugger, it seems that there's a problem in 'get_grid()' method of 'TSDFVolume' class. More specifically, in the line: 'voxels = self._volume.extract_voxel_grid().get_voxels()' the interpreter exits at once.
System: Ubuntu 20.04 Nvidia GPU 2080 Ti Python 3.8.10
Any advice will be greatly appreciated.
Thanks!