3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

停まれの看板を検知する.

Last updated at Posted at 2020-10-11

初めに

前回までは乃木坂の顔を認識するモデルを作っていましたが,今回はとまれの標識を検知するプログラムを
作っていこうと思います.最終的にはエッジAIのようなシステムを目指します.

環境構築について

前回まで乃木坂の顔識別プログラムを書いていてそこで使ったものと全く同じものを使ってやっていくのでそっちを参考に環境は見ていただけると幸いです.

アノテーションについて

これも前回同様ですのでお願いします.

学習について

70枚の画像を使って学習させていきます.
アノテーションした画像はこんな感じです.

epochs100回

結果

results.png
OIP.jpg
download.jpg
OIP.jpg

結論

70枚くらいの画像だとこんなもんかなぁって感じなんですけどこれだと実際には使えません.
がしかし,これをうまくシステムに落とし込んでからモデルの改良をしていきたいのでモデルの改良を後回しにして
次は他のプログラムに応用する可視化部分を書いていきたいと思います.

追記

epochs 1000でも学習させてみました.
結果はこちらです.
results.png
今回も同じ画像で検証してみました.
結果はこちらです.
download.jpg
OIP.jpg
しっかりとはじいていることがわかります.したがって今回の学習は成功したといえます.
次は,このモデルを使って少しyolov5を改造していこうと思います.

3
4
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
3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?