-
Notifications
You must be signed in to change notification settings - Fork 10
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
Preprocessed file are not generated in sdf_hand and sdf_obj but only in norm #2
Comments
Hi, Previously, I also struggled with this issue, which probably suggests your PC lacks enough OpenGL support. If you work on a remote server, you need to execute "export PANGOLIN_WINDOW_URI=headless://". Sometimes, it still does not work on a remote server. I suggest to work on a local ubuntu 20 machine with a GPU and enough OpenGL support. |
When I generate sdf_hand and sdf_obj, it's so time-consuming. Could you please provide your data? |
The processed training files are large (about 460G). I will try to find ways to upload them into the cloud. |
I only get norm folder, the error is terminate called after throwing an instance of 'pangolin::WindowExceptionNoKnownHandler, I check my ogengl, but there is nothing wrong. How to solve it. |
Hi, i get files in norm, sdf_hand and sdf_obj folders, but the number of files in them are different. Do you know how to solve this? |
Sorry, I have no idea of this issue. However, I would put my processed data on the google cloud around end of November. |
Hi, I have put my preprocessed data online. You could have a check at https://drive.google.com/drive/folders/1GoaA6vB6TwAAHmaobVo5GjRoCq2wT21R. Hope it helps resolve your issues. Best, |
Hi, Thanks for sharing. Could you also put preprocessed data for DexYCB? |
Yes, I will put the processed data for DexYCB next week. |
I tried to preprocess one sample mesh to get the sdf values. After running
prep_obman.py
, I only get one npz file under norm, but nothing under sdf_hand and sdf_obj.The terminal output error as below:
OpenGL Error 500: GL_INVALID_ENUM: An unacceptable value is specified for an enumerated argument. In: /usr/local/include/pangolin/gl/gl.hpp, line 205
In here, people said they can still get the results with this error. Do you know how to solve this?
Thanks.
The text was updated successfully, but these errors were encountered: