You are on page 1of 12

Social Surveillance

monitor and crowd


controller
By:
Rutuja more(37)
Akash sirsat(51)
Narayan Fulmarkar(19)
Tukaram Shinde(4)9
Rohit Kulkarni(33)
AIM

To build Social Surveillance monitor and crowd controller at mall/super


markets
Monitor the crowd Ensure Limited crowed enters mall/supermarkets and no
social distancing violations occurs.
To decrease the spread of contagious diseases(Corona)

To check whether people are following the social distancing rule enforced by
the government.
To detect distances between people in a provided video.

To break the chain of infection of corona like diseases.


Objective
Social Surveillance monitor and crowed controller uses YOLO

Object detection algorithm to detect object such as people in

The public space (malls)


It marks them as a object with the box

It should be able to differentiate people from other objects within


the frame.
It should be able to detect violation of social distancing among
people.
After detecting violation , it turns the color of bounding box to red
to notify that there has been a violation.
Problem Statement
Monitor and control crowed at mall /super markets

Limited crowed enters mall/supermarkets

Social distancing is a method used to control the spread of contagious


diseases.
To implement social distancing rule in practical we can use this project.

This project might help to decreases viral contacts among people

We want our application to provide uninterrupted continuous service


throughout the process.
It should not be crashed while social distance detection process
Scope of the Project

 This project detects multiple objects within given frame.

 It differentiate object as a person from other objects.

 It calculates distance between objects and detects whether


there has been violation of social distancing.
 It doesn’t necessarily delivers accurate output all the time.
Feasibility of Project

Feasibility analysis determines the project’s potential for


success
This project is technically feasible because it’s hardware
requirements are minimal.
This project delivers easy to interpret output to end users so
we can say that it’s operationally feasible as well.
Front End and Back End
 AVAILABLE TECHNOLOGIES:
• Library: opencv, numpy
• Development platform: Pycharm
• Language used : Python
 TOOLS USED:
• Editor used: Pycharm with Python
• Operating system: Windows 10
 HARDWARE USED:
• Processor: Intel Core i5/i3
• RAM: 8 GB
• Camera
 Proposed Algorithm:
• YOLO object detection algorithm
Algorithm used
 Yolo algorithm is used in this project to detect the
objects in real time.
 Yolo algorithm works by using following three
techniques:
1] Residual blocks
Sample vector : [Pc,Bx,By,Bw,Bh,c1,c2]
2] Bounding box
3] Intersection over union
Algorithm used
Proposed Diagram
Conclusion

 The project will help to reduce the spread of contagious


diseases like corona.
 It will detect violation of social distancing parameter and
enforce people to follow the rules.
 It will make people more aware regarding social distancing.
12

You might also like