Mac下图像标注工具labelImg的安装

目标检测时需要对训练数据进行标注,标注工具为labelImg,其在Mac下的安装教程如下:

# Install PyQt4, it must be this version
brew install cartr/qt4/pyqt
  
brew install libxml2
  
pip install labelImg
  
# Run
labelImg

其它版本的安装参考:http://tzutalin.github.io/labelImg/
Github地址:https://github.com/tzutalin/labelImg



作者:SnailTyan

猜你喜欢

转载自my.oschina.net/u/2272631/blog/2962426