Build a Social Distancing App with YOLOv4
Hey guys and welcome back, so in this little demo that you are seeing right now is an app that is demonstrating how YOLOv4 can be used for social distancing. So, in this tutorial, I am going to show you how you can implement your own social distancing app using YOLOv4. So how the app works is that after we perform detection with YOLOv4, we calculate the Euclidean distance between all the detected boxes and filter out or flag the people that are closest to each other indicating that they are at risk. So Would you like to learn how to make your own Social Distancing Monitoring App? Well, you are in luck cos' I have just uploaded a tutorial on how YOLOv4 can be used to monitor social distancing. Check out the link: CLICK HERE : If you are interested in Enrolling in my upcoming course on YOLOv4 then sign up over here when it gets released - Click Here YOLOV4 Course - Coming Soon! Road Map Okay great! So now that we have YOLOv4 working, lets take a look out road map going forth: Tut...