Deep Learning

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

2018-01-05  本文已影响422人  SnailTyan

文章作者:Tyan
博客:noahsnail.com  |  CSDN  |  简书

目标检测时需要对训练数据进行标注,标注工具为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

上一篇下一篇

猜你喜欢

热点阅读