图像多标签标注工具
labels.ini 填写自己的标签分类
git clone https://github.com/who0sy/img-mark-tool.git
cd img-mark-tool
python3 -m venv env # 创建虚拟环境
. env/bin/activate # 切换至虚拟环境
pip install Pillow # 安装依赖
python3 tool.py # 运行工具
图像多标签标注工具
labels.ini 填写自己的标签分类
git clone https://github.com/who0sy/img-mark-tool.git
cd img-mark-tool
python3 -m venv env # 创建虚拟环境
. env/bin/activate # 切换至虚拟环境
pip install Pillow # 安装依赖
python3 tool.py # 运行工具