Click here to Skip to main content
15,880,796 members

AI Social Distancing Detector

  1. 0

    AI Social Distancing Detector: Working With Images in OpenCV

    In this article series, we'll look at how to use AI and deep learning on video frames to ensure people are maintaining adequate social distancing in crowds.
    Added 3 Dec 2020
  2. 1

    AI Social Distancing Detector: Using OpenCV to Annotate Detected Objects

    In this article, we will learn how to add annotations to images.
    Added 3 Dec 2020
  3. 2

    AI Social Distancing Detector: Object Detection With TensorFlow and MobileNet

    In this article, we will use drawing functions to depict detected objects.
    Added 4 Dec 2020
  4. 3

    AI Social Distancing Detector: Object Detection in Video Frames

    In this article, we continue learning how to use AI to build a social distancing detector.
    Added 8 Dec 2020
  5. 4

    AI Social Distancing Detector: Detecting People in a Video Sequence

    In this article we will perform object detection on the frames from the test data sets including video sequence stored in the video file.
    Added 8 Dec 2020
  6. 5

    AI Social Distancing Detector: Calculating the Center Point of Detected People

    In this article, we'll calculate the center of each detected bounding box, which will serve as a base for calculating distance.
    Added 9 Dec 2020
  7. 6

    AI Social Distancing Detector: Finding People That Are Too Close

    In this article, we will use those centers to estimate distances between people and indicate people that are too close.
    Added 10 Dec 2020
  8. 7

    AI Social Distancing Detector: Improving People Detection With Yolo Object Detection

    In this last article of the series, we improve our Python console application for AI-powered social distancing detection.
    Added 11 Dec 2020