Commit Graph

5 Commits

Author SHA1 Message Date
7503356711 feature: Containers 2026-01-21 12:06:04 +01:00
b68fa2614e feat: migrate from face detection to HOG person detection 2026-01-21 11:39:32 +01:00
cae56c40cc feat: improve face tracking and matching logic in ZoneTracker
- Introduce unique face ID generation and enhance face matching based on proximity and size
- Refactor face ID generation to use centroids and size for better accuracy
- Update tracked face data structure to include centroid, zone, timestamp, and size
- Improve comments for clarity on face tracking and matching processes
2026-01-20 00:54:57 +01:00
1784214ee0 feat: enhance zone tracking logic for entry/exit detection
- Update zone transition logic to count first detections in entry and exit zones
- Refine conditions for counting entries and exits based on zone transitions
- Improve comments for clarity on zone assignment and transitions
2026-01-20 00:51:06 +01:00
432f0378bf feat: initial implementation of People Counter web app
- Add Flask application with MJPEG video streaming
- Implement OpenCV DNN face detection module
- Add zone-based entry/exit tracking with cooldown mechanism
- Create web interface with real-time WebSocket updates
- Add model download script and comprehensive README
- Include OpenCV DNN model files for face detection
2026-01-20 00:44:06 +01:00