Stitching It Together Part 2

WFH TensorFlow

I spent some time adding some refinements to my WFH detections. I have been having trouble with sudden lighting changes causing false detections from shadows. I decided to add another check to my detection. I am now running the frame though a quick analytic to check for people. I'm using TensorFlow and OpenCV for the person detection. My scripts must satisfy two conditions before performing an action now. This should reduce the number of actions taken when a bird flies past the office window in the morning.

Just for a bit of fun, I've also decided to see what other objects I can detect in the frame. I've been able to capture a cell phone, a remote, a water bottle, and a monitor so far. I don't have any practical use for the additional object detections at the moment, but they were fun to add in.

Previous Post Next Post