ubuntu16.04はanaconda3を使用してlabelmeをインストールします

1.最初にanaconda3をインストールします

https://blog.csdn.net/u012243626/article/details/82469174

上記のインストール方法をインストールした後、condaコマンドを使用すると、そのようなコマンドはないというプロンプトが表示されます。これは、環境変数のみが設定されているため、有効にならないためです。次のコマンドを実行します。

source ~/.bashrc

2.labelmeをインストールします

https://blog.csdn.net/s534435877/article/details/103682296

インストールの完了後に起動すると、次のエラーが表示されます

labelImg
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.

Aborted (core dumped)

解決策は次のとおりです

apt-get install libxcb-xinerama0

 

おすすめ

転載: blog.csdn.net/u013171226/article/details/115013514