dataset-api icon indicating copy to clipboard operation
dataset-api copied to clipboard

Problem of generating depth image for self-localization

Open xz1cv opened this issue 7 years ago • 1 comments

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!

xz1cv avatar Sep 26 '18 12:09 xz1cv

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

pengwangucla avatar Oct 01 '18 17:10 pengwangucla