Mac 安装lableimg

Mac 安装lableimg

打标注需要Vott和lableimg,vott是exe执行文件方便window下使用。这个lableimg使用的人比较多,在Mac 和linux下使用较为广泛。


LabelImg is a graphical image annotation tool.It is written in Python and uses Qt for its graphical interface.Annotations are saved as XML files in PASCAL VOC format, the format used by ImageNet. Besides, it also supports YOLO and CreateML formats.


需要Python 3 + Qt5

git clone https://github.com/heartexlabs/labelImg.git
cd labelImg
pip3 install pyqt5 lxml

make qt5py3
python3 labelImg.py

Mac 安装lableimg_第1张图片
Mac 安装lableimg_第2张图片

基于上述就可以使用lableimg 来进行标注了。

你可能感兴趣的:(python)