1
0

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 1 year has passed since last update.

家庭用防犯カメラを作る(2. 動体検知編)

Last updated at Posted at 2024-01-15

前回のおさらい

登録した人やペット以外を撮影する

インフォメーション
数秒ごとに撮影するものの動画とってみたい気も・・・

動体検知してみる

手軽に既存のモデルから拝借してみる

  • Resnet50 から流用して、特に人とかラベルはつかわない
  • 動いているものを捕捉

拾えるかな?

  • 紙飛行機を飛ばしてみた

plane.png

インフォメーション
撮影の都合上手で押さえて撮影。飛ばしてもちゃんと拾ってくれました!

こんなものまで・・・

Screenshot from 2024-01-15 15-36-44.png

  • PCのピカピカクーラーの側面の変化を動体と見ている模様。

次回の課題

  • 何でも拾ってしまうので、もう少し感度を調整してみる?
  • もしくはそのまま?

Sample code (moving object detection unspecified)

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?