JialianW/TraDeS

(Opencv error) ImportError: libGL.so.1: cannot open shared object file: No such file or directory / NameError: name 'pred_mask' is not defined

Closed this issue · 1 comments

I encountered the above error and solved it by apt install libgl1-mesa-glx and apt install libglib2.0-0.

And after solving that problem, another issue arises.

image

Does somebody had the same issue?

(I created conda vertualenv inside of docker)

I solved this problem via changing if pred_mask in item to if ('pred_mask' in item)