Skip to content

A smart suspect tracking system used to detect real world crimes in surveillance videos and sends timely response back

License

Notifications You must be signed in to change notification settings

vat0599/Smart-Suspect-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Suspect Tracker

A smart suspect tracking system used to detect wide range of real world crimes and anomalies in surveillance videos which can aid the police department for efficient and timely response to the crime.

Steps to follow:

Initialize Website

  • Install XAMPP
  • Copy the Web folder to htdocs folder in XAMPP root
  • Open XAMPP Control Panel and turn on Apache Server
  • Now go to 127.0.0.1/Web or localhost/Web/.
  • The website is functional

Face Detection

  • Open the face detection module
  • Install all dependencies (face_detection, cv2, etc.)
  • Run the module
  • You can see updates in the website

Anomaly Detection

Output screenshots and explanation

From the below diagram we can clearly see the spike in the anomaly meter. After various experimentation, the threshold for an anomaly event is set as 0.5. This video clearly crosses the threshold and hence will be classified as an anomaly.

Along with the classification, we also look at the nearby crime scene for possible suspects, and thus the face detection is applied following crime detection.

Below seen image shows the faces being classified. If a person already has a criminal background, his/her face is mapped with a pre existing database and the name is also displayed in the output. But if a person is new, then his/her name is printed as "Unknown" and stored to the database.

All these data are then stored in a database and linked to a frontend web app which can viewed anytime. The location is already know because we know from which cctv we received the data from. This is shown below.

Contributions

Do not hesitate to contribute by filling an issue or a PR !

About

A smart suspect tracking system used to detect real world crimes in surveillance videos and sends timely response back

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published