Skip to content

ishaan1234/RJPOLICE_HACK_238_PIXASHIELD_3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PixaShield: AI Intelligent Camera Solution

Introduction

PixaShield, developed by the talented team from Thakur College of Engineering, emerged as the first prize winner in the Rajasthan Police Hackathon 1.0. Our solution addresses the problem statement of creating an AI-powered intelligent camera system. PixaShield integrates cutting-edge technology, extensive datasets, and innovative features to provide a robust surveillance solution.

Team Members

  • Ishan Naik
  • Ishaan Gupta
  • Kunal Pawar
  • Kartik Prajapati

Problem Statement

The challenge presented was to develop an AI solution for an intelligent camera system. PixaShield not only meets this requirement but also exceeds expectations by incorporating advanced functionalities and features.

Features

Object Detection and Classification

PixaShield utilizes Ultralytics YOLOv8, trained on two diverse datasets:

  1. Infrared Dataset:

    • Classes: "person", "dog", "drone", "fire", "car"
    • Number of Images: 10,000
  2. Online Sourced Dataset:

    • Additional Classes: "Grenade", "Handgun", "Rifle", "Steel arms", "Climbing", "Fall", "Violence", "Fire"
    • Number of Images: Over 125,000

Email Notifications

Upon detecting an object of interest, PixaShield sends an email notification using its dedicated email ID.

Call Alerts via Twilio API

PixaShield is equipped with Twilio API integration, enabling it to initiate a call alert when detecting specific objects.

Real-time Video Processing

The system supports real-time video processing, enabling continuous monitoring and instant response to potential threats.

video1.mp4

chrome_Kl39heYFIn

chrome_l7aP9PbNTi

Ultralytics YOLOv8 is a cutting-edge, state-of-the-art (SOTA) model that builds upon the success of previous YOLO versions and introduces new features and improvements to further boost performance and flexibility. YOLOv8 is designed to be fast, accurate, and easy to use, making it an excellent choice for a wide range of object detection and tracking, instance segmentation, image classification, and pose estimation tasks.

Image

Model Size (pixels) mAPval Speed CPU ONNX (ms) Speed A100 TensorRT (ms) Params (M) FLOPs (B)
YOLOv8n 640 37.3 80.4 0.99 3.2 8.7
YOLOv8s 640 44.9 128.4 1.20 11.2 28.6
YOLOv8m 640 50.2 234.7 1.83 25.9 78.9
YOLOv8l 640 52.9 375.2 2.39 43.7 165.2
YOLOv8x 640 53.9 479.1 3.53 68.2 257.8

Image

About

Rajasthan Police Hackathon, Team PixaShield

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 91.3%
  • Python 8.7%