Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 599 Bytes

DISTANCE_VIOLATION_DETECTOR.md

File metadata and controls

24 lines (15 loc) · 599 Bytes

Distance violation detector

This module aim to detect people in images and videos and measures the distance between them to identify potential social distancing violations. This module uses the Detector module for people detection.

til

Usage

For image, run (change params in script):

./scripts/image.sh

For video, run ((change params in script)):

./scripts/video.sh

Acknowledgements