LoginSignup
1
0

More than 3 years have passed since last update.

labelIimgをmacに導入する

Posted at

MacOS Mojaveで自作アノテーションデータセットを作成する際に,利用できるLabelImgを導入したので手順を記す.

利用目的:YoLov3やSSDの学習において自作のデータセットで学習をさせようと考えたため.

参考文献は下に記述しています.ありがとうございます.

各バージョン
Mac 10.14.5
Python: 3.6.8

$ git clone https://github.com/tzutalin/labelImg.git
$ cd labelImg
$ sudo pip3 install -r requirements/requirements-linux-python3.txt
$ pip install pyqt5
$ make qt5py3

参考文献

URL: https://demura.net/misc/14350.html

1
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
1
0