Social distance detection
One way of limiting the spread of infectious disease , for instance, Covid-19, is to practice social distancing. This is not a new concept, as most societies have been aware of the value of keeping away from people who are suffering from an infection for many generations. So we are come up with the idea to keep eyes on places where social distance norms must be followed. Through this project, we can detect people who are not following social distance norms. There are mainly three phases: Plane detection object detection distance between objects libraries : OpenCV : OpenCV is a cross-platform library using which we can develop real-time computer vision applications. It mainly focuses on image processing, video capture and analysis including features like face detection and object detection. Numpy : NumPy, which stands for Numerical Python, is a library consisting of multidimensional array objects and a collection of routines for processing those arrays. Using NumPy, mathemati...