-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Corruption or core dumped #13
Comments
It seems there's some problem with pybullet, can you do some debugging and locate which line of the code throws this error? |
Hello, I have also encountered this issue and have located the program position as follows: In the original VGN, open3d was not used to directly obtain the voxel grid, so I did not encounter this error in the original VGN program. Does replacing this location with the VGN program have any impact? |
To downgrade the Python version to 3.8 and use Open3D version 0.12, the issue was resolved.
|
Thanks for experimenting and letting us know! |
hi, when i run the command:


python scripts/construct_dataset_parallel.py --num-proc 40 --single-view --add-noise dex /path/to/raw/data /path/to/new/data
An error like this:
and i change the num-proc into 1
An error like this:
The text was updated successfully, but these errors were encountered: