Labelimage
把U盘里的labelimage拷贝出来解压
进入该目录,执行
pyrcc5 -o resources.py resources.qrc
提示说没有pyrcc5,于是
sudo apt-get install pyqt5-dev-tools
安装完成,使用时直接到该目录
python3 labelImg.py
Labelme
sudo apt-get install python-qt4 pyqt4-dev-tools
sudo pip install labelme
使用时,进入labelme目录
labelme
如果上面的步骤安装失败了,可以用anaconda安装
anaconda
Anaconda安装
https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/
下载anaconda3-4.2.0linux64位
bash Anaconda3-4.2.0-Linux-x86_64.sh
一路回车,一路yes
安装完成后conda -version查看安装版本
如果zsh:command not found
gedit ~/.zshrc
最后一行添加export PATH=~/a