vt-vl-lab / 3d-photo-inpainting

[CVPR 2020] 3D Photography using Context-aware Layered Depth Inpainting
https://shihmengli.github.io/3D-Photo-Inpainting/
Other
6.91k stars 1.11k forks source link

AttributeError: 'LooseVersion' object has no attribute 'version #101

Closed Nerdyvedi closed 4 years ago

Nerdyvedi commented 4 years ago

Hi, I am trying to run it in a ssh session, with Ubuntu OS. I have set offline_rendering option to True.

Getting this error even when running with CPU

LemonATsu commented 4 years ago

It seems to be a Qt/Vispy package related problem. I will recommend you to check their repo if someone has reported similar issues.

Nerdyvedi commented 4 years ago

It's an error related to OpenGL is all I am able to figure out. Why do you think I am getting it even when I am running the program on CPU?

LemonATsu commented 4 years ago

The mesh rendering part is done using openGL, regardless of which device you are running the model with.

Nerdyvedi commented 4 years ago

It runs fine on my laptop, but facing this issue on the ssh session. Maybe, It has to do something with running OpenGL on remote server.

LemonATsu commented 4 years ago

You need to have EGL installed to get offscreen rendering works in a remote ssh session