アノテーションツールである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