princeton-vl / DPVO

Deep Patch Visual Odometry/SLAM
MIT License
652 stars 76 forks source link

Some problems when running demo.py #10

Open heng94 opened 2 years ago

heng94 commented 2 years ago

Hi, Thanks for opening source your code.

I follow your instructions to configure the environment successfully. But when running the demo.py, it gives me some errors like this:

Framebuffer with requested attributes not available. Using available framebuffer. You may see visual artifacts.Aborted (core dumped)

I have searched for it on the internet, but their solutions are not working. Can you give me some advice?

Thanks.

lahavlipson commented 2 years ago

Have you tried running the demo visualization in our docker container?

On some machines I tested, the DPVO visualization would throw this error, but it still ran smoothly in the docker container. I'm not sure what's the root cause, unfortunately.

heng94 commented 2 years ago

Because I created the environment successfully by using conda, I did not try the docker. I am going to try to use your docker container.

Thanks.

HonglinChu commented 10 months ago

Because I created the environment successfully by using conda, I did not try the docker. I am going to try to use your docker container.

Thanks.

I have same problem, and have you solved it ?

jywu511 commented 8 months ago

The same problem

jialongLiu commented 8 months ago

I also encountered the same problem, and this problem also exists in docker. Have you solved it?

jywu511 commented 8 months ago

@jialongLiu I found that If I use Linux PC, it is OK to running demo.py, however, when I use SSH connection, It fails. I think it is the problem of Pangolin.