小试LabelImg和Labelme
LabelImg
克隆代码
git clone https://github.com/HumanSignal/labelImg.git
安装PyQt5
,lxml
pip install pyqt5 lxml
切换到LabelImg
的源码目录生成文件,生成资源文件
pyrcc5 -o libs/resources.py resources.qrc
python labelImg.py
Labelme
克隆代码
git clone https://github.com/labelmeai/labelme.git
pip install -e .
总结
- 两个软件的源码安装都先对比较简单,只需要通过pip都能解决
- Labelme的功能感觉上更强大能够绘制多边形
- Labelme可以在标注中保存原图
- 两个软件支持的标注保存格式不同,可以根据需要选择
暂无标签
感谢扫码支持