zerchen / AlignSDF

AlignSDF: Pose-Aligned Signed Distance Fields for Hand-Object Reconstruction, ECCV 2022
72 stars 10 forks source link

Preprocessed file are not generated in sdf_hand and sdf_obj but only in norm #2

Closed karta2155802 closed 1 year ago

karta2155802 commented 2 years ago

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.

zerchen commented 2 years ago

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.

WeedsInML commented 2 years ago

When I generate sdf_hand and sdf_obj, it's so time-consuming. Could you please provide your data?

zerchen commented 2 years ago

The processed training files are large (about 460G). I will try to find ways to upload them into the cloud.

CODE-SUBMIT commented 1 year ago

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.

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.

zhangxinkang commented 1 year ago

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.

Hi, i get files in norm, sdf_hand and sdf_obj folders, but the number of files in them are different. In my local computer, i got about 50000 files in norm folder, but just about 30000 files in sdf_hand and sdf_obj. In our ubuntu server, the number of files in sdf_hand is 1/10 of the number of files in norm.

Do you know how to solve this?

zerchen commented 1 year ago

Sorry, I have no idea of this issue. However, I would put my processed data on the google cloud around end of November.

zerchen commented 1 year ago

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, Zerui

EAST-J commented 1 year ago

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, Zerui

Hi, Thanks for sharing. Could you also put preprocessed data for DexYCB?

zerchen commented 1 year ago

Yes, I will put the processed data for DexYCB next week.