0
0

アノテーションツールであるLabelImgの使い方をメモしておきます。
実行環境:MacBook Air M1, 2020

LabelImg(アノテーションツール)

https://github.com/HumanSignal/labelImg
https://laid-back-scientist.com/labelimg

ターミナルにてインストール

git clone https://github.com/tzutalin/labelImg.git
cd labelImg
conda create -n labelImg python # 仮想環境を構築
conda activate labelImg
brew install qt
brew install libxml2
pip install pyqt5 lxml
make qt5py3

LabelImgを起動

cd labelImg
conda activate labelImg
python labelImg.py

labelImg/data/predefined_classes.txtを書き換える(nameはラベル名)

labelImg/data/predefined_classes.txt
name

参考文献

https://github.com/HumanSignal/labelImg
https://laid-back-scientist.com/labelimg

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0