LoginSignup
21
19

More than 5 years have passed since last update.

革新的なDeepLearning用ラベリングAndroidApp完成!

Last updated at Posted at 2017-06-20

アップデート情報

ZoomWindow実装!(2017/07/03)

  1. 矩形生成時に、指で見えづらくなっている問題を解決!
  2. その他クラッシュバグの修正! Screenshot_20170629-183153(1).png

革新的なラベル付けツール

  1. アノテーションファイル生成を遂にスマホで!
  2. あの辛いラベル付け作業をスマホでリラックスしながらできる!
  3. 直感的なタッチ操作! image.png

と、Android向けのラベリングツールを作成しました。インストールを強く推奨します。

Labeling Tool For Deep Learning - Google Play の Android アプリ

アノテーションファイルのフォーマット

[ClassNum] [RectCenterXRatio] [RectCenterYRatio] [RectWidthRatio] [RectHeightRatio]

[ClassNum] = クラス番号(0 ~)
[RectCenterXRatio] = (矩形の中心x座標) / (画像の横幅)
[RectCenterYRatio] = (矩形の中心y座標) / (画像の縦幅)
[RectWidthRatio] = (矩形の横幅) / (画像の横幅)
[RectHeightRatio] = (矩形の縦幅) / (画像の縦幅)

テキスト保存例:

0 0.4488 0.3485511 0.458482 0.147
0 0.15487 0.554 0.5487 0.3684
1 0.245 0.814 0.4574 0.15144
2 0.488 0.254 0.7841 0.1584
4 0.154 0.455521 0.48454 0.545
21
19
2

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
21
19