Simple Activity Trakcer
in Works on Simple, Python, Object detection, Opencv, Yolo
A simple Python webcam app for tracking position and evaluating the activity level of a subject based on YOLOv5
Development log
This is a log of simple coding work I did while working at a startup.
The CTO and I cooperated to create a python webcam app that detects an object using YOLOv5 and estimates its activity from input video.
I approximated the activity by determining whether the center coordinates of an object in video exceed a given criterion.
figure1: Usage example when terminated
Source code: https://github.com/disin7c9/SimpleActivityTracker