2018年3月21日星期三

Mac安装LabelImg

from https://github.com/tzutalin/labelImg

1)运行
brew install qt qt5
brew install libxml2
2)git clone到本地

3)cd到文件夹,运行
make qt5py3
4)运行
python labelImg.py
可以打开界面。




没有评论:

发表评论

Failed to find TIFF library

ImportError: Failed to find TIFF library. Make sure that libtiff is installed and its location is listed in PATH|LD_LIBRARY_PATH|.. 解决方法: ...