ian-whitestone / rpi-security-system

Building a home security system with a raspberry pi + Python + Slack
11 stars 2 forks source link

Reduce false positives with pre-trained image classifier #39

Closed ian-whitestone closed 5 years ago

ian-whitestone commented 6 years ago

References:

ian-whitestone commented 6 years ago

Ignore files from 2018-10-31 < 11:15pm ET, min area was set too low full body wasn't captured in frame.

ian-whitestone commented 6 years ago

talk about training data biases....only tagging based off what gets triggered initially (i.e. min area > X, consecutive # of motion frames etc...), so everything you measure (like mean PIR value), will be biased based on those settings.

thing i didnt explore: triggering alerts based just of PIR sensor and then tagging as occupied/unoccupied.

ian-whitestone commented 6 years ago

Backtesting should save the background avg frame, so you can tune the other settings (like delta_thresh)