Click here to Skip to main content
15,886,518 members
Articles / Artificial Intelligence / Deep Learning

AI Social Distancing Detector: Detecting People in a Video Sequence

Rate me:
Please Sign up or sign in to vote.
4.43/5 (5 votes)
8 Dec 2020CPOL3 min read 4.9K   98   7  
In this article we will perform object detection on the frames from the test data sets including video sequence stored in the video file.
Here we will employ the MobileNet object detector to find people in a video sequence. After running the code, we note that the detections are not perfect.

Views

Daily Counts

Downloads

Weekly Counts

This article is part of the series 'AI Social Distancing Detector View All

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
Dawid Borycki is a software engineer and biomedical researcher with extensive experience in Microsoft technologies. He has completed a broad range of challenging projects involving the development of software for device prototypes (mostly medical equipment), embedded device interfacing, and desktop and mobile programming. Borycki is an author of two Microsoft Press books: “Programming for Mixed Reality (2018)” and “Programming for the Internet of Things (2017).”

Comments and Discussions