amuamushu / adv_avod_ssn

Deep Sensor Fusion for Single Source Robustness
https://ayushmore.github.io/2022-03-07-improving-robustness-via-adversarial-training/
0 stars 0 forks source link

Add libqt5gui5 install to Docker image. #15

Closed amuamushu closed 2 years ago

amuamushu commented 2 years ago

I got this error when running inference: gnuplot: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory.

From this post (https://askubuntu.com/questions/1034313/ubuntu-18-4-libqt5core-so-5-cannot-open-shared-object-file-no-such-file-or-dir), it seems we need to update the docker file to include libqt5gui5.