A

Advance Computer Vision Project

Manage Social Distancing using AI

The problem Advance Computer Vision Project solves

As mentioned in the problem statement, the problems are of social distancing, counting total people in crowd and queue wait-time related. Hence the project tackles those two problems by marking the face of people with red-spot in the image who doesn’t maintain social distancing(minimum 6ft distance) and other part is calculating total people in queue and time when Shop/ATM/Mall closes and current time thus figuring out how many people can be served today thus the rest will have to come next day.

Challenges we ran into

Frontend part: Major challenge was connecting backend with frontend as backend was in python while frontend parts were related to node js (ejs templating engine). Other challenges were related to styling and showing dynamic content. Also there were several problems regarding showing of images and videos(simultaneously playing all videos i.e. mimicking live CCTV footage, for the live video option we thought of streaming it live from YouTube and embedding it).
Backend part: Major challenges were about finding the right algorithm and configuring APIs.

Discussion