chengzhag / DeepPanoContext

Official PyTorch code of DeepPanoContext: Panoramic 3D Scene Understanding with Holistic Scene Context Graph and Relation-based Optimization (ICCV 2021 Oral).
https://chengzhag.github.io/publication/dpc/
MIT License
89 stars 12 forks source link

libGL.so.1.2.0 #3

Open kimkj38 opened 2 years ago

kimkj38 commented 2 years ago
스크린샷 2022-04-12 오후 3 00 31

When i run python project.py build i get above message. I reinstalled libgl1-mesa-glx and checked whether it is installed by apt-get list --installed but still there's no libGL.so.1.2.0 in /usr/lib/x86_64-linux-gnu

how could i solve it?

chengzhag commented 2 years ago

Hi @kimkj38,

I've got no libGL.so.1.2.0 in /usr/lib/x86_64-linux-gnu, too, but a different version libGL.so.1.7.0. If the python project.py does not yield error, it will be fine. This should be just a comment from a toolbox we use.

kimkj38 commented 2 years ago

Thank you! @chengzhag
Actually I ignored libGL message first but got Segmentation Fault error so that looked build process again.

Now, i used gdb and got below message.

스크린샷 2022-04-27 오후 5 00 12

prob_02.hdr doesn't seem to have a problem and i can't treat libLLVM-10.so.1

So, what can i do for this error?