ApolloScapeAuto / dataset-api

The ApolloScape Open Dataset for Autonomous Driving and its Application.
http://apolloscape.auto/
Apache License 2.0
566 stars 138 forks source link

Problem of generating depth image for self-localization #7

Open xz1cv opened 6 years ago

xz1cv commented 6 years ago

I got some problems to generate the depth image using proj_point_cloud.py.

First, the problem is about GLEW:

Failed to initialize GLEW Missing GL version.

Segmentation fault (core dumped).

Then, I fix the link problem of GLEW, but the shader cannot be compiled. image

The depth result is not correct as well, all the values are 299.7050. image

How can I get the depth image? Thank you!

pengwangucla commented 6 years ago

Is this due to the version of you lib in opengl is not compatible with that used in our case?

glxinfo | grep "OpenGL version"

we have version 4.5.0