All Projects → Ank-Cha → Social Distancing Analyser Covid 19

Ank-Cha / Social Distancing Analyser Covid 19

Licence: other
A social distancing analyzer AI tool to regulate social distancing protocol using video surveillance of CCTV cameras and drones. Social Distancing Analyser to prevent COVID19

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Social Distancing Analyser Covid 19

Lightnet
🌓 Bringing pjreddie's DarkNet out of the shadows #yolo
Stars: ✭ 322 (+3.87%)
Mutual labels:  artificial-intelligence, yolo
Yoloface
Deep learning-based Face detection using the YOLOv3 algorithm (https://github.com/sthanhng/yoloface)
Stars: ✭ 339 (+9.35%)
Mutual labels:  artificial-intelligence, yolo
Ai Basketball Analysis
🏀🤖🏀 AI web app and API to analyze basketball shots and shooting pose.
Stars: ✭ 582 (+87.74%)
Mutual labels:  artificial-intelligence, yolo
Vit Pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch
Stars: ✭ 7,199 (+2222.26%)
Mutual labels:  artificial-intelligence
Datascience course
Curso de Data Science em Português
Stars: ✭ 294 (-5.16%)
Mutual labels:  artificial-intelligence
Yolo Pytorch
YOLO for object detection tasks
Stars: ✭ 301 (-2.9%)
Mutual labels:  yolo
Alturos.yolo
C# Yolo Darknet Wrapper (real-time object detection)
Stars: ✭ 308 (-0.65%)
Mutual labels:  yolo
Awesome Blockchain Ai
A curated list of Blockchain projects for Artificial Intelligence and Machine Learning
Stars: ✭ 283 (-8.71%)
Mutual labels:  artificial-intelligence
Gdrl
Grokking Deep Reinforcement Learning
Stars: ✭ 304 (-1.94%)
Mutual labels:  artificial-intelligence
Gophersat
gophersat, a SAT solver in Go
Stars: ✭ 300 (-3.23%)
Mutual labels:  artificial-intelligence
Graphbrain
Language, Knowledge, Cognition
Stars: ✭ 294 (-5.16%)
Mutual labels:  artificial-intelligence
Pytorch Yolo V3
A PyTorch implementation of the YOLO v3 object detection algorithm
Stars: ✭ 3,148 (+915.48%)
Mutual labels:  yolo
Yolo V2 Pytorch
YOLO for object detection tasks
Stars: ✭ 302 (-2.58%)
Mutual labels:  yolo
Dreamerv2
Mastering Atari with Discrete World Models
Stars: ✭ 287 (-7.42%)
Mutual labels:  artificial-intelligence
Ai Learn
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
Stars: ✭ 4,387 (+1315.16%)
Mutual labels:  artificial-intelligence
Building A Simple Chatbot In Python Using Nltk
Building a Simple Chatbot from Scratch in Python (using NLTK)
Stars: ✭ 286 (-7.74%)
Mutual labels:  artificial-intelligence
Tensorflow 2.x Yolov3
YOLOv3 implementation in TensorFlow 2.3.1
Stars: ✭ 300 (-3.23%)
Mutual labels:  yolo
Production Level Deep Learning
A guideline for building practical production-level deep learning systems to be deployed in real world applications.
Stars: ✭ 3,358 (+983.23%)
Mutual labels:  artificial-intelligence
Yolov3v4 Modelcompression Multidatasettraining Multibackbone
YOLO ModelCompression MultidatasetTraining
Stars: ✭ 287 (-7.42%)
Mutual labels:  yolo
Deep Learning In Cloud
List of Deep Learning Cloud Providers
Stars: ✭ 298 (-3.87%)
Mutual labels:  artificial-intelligence

Social-Distancing-Analyser-COVID-19

An AI tool to prevent spreading of coronavirus (COVID-19) by using computer vision on video surveillance. A social distancing analyzer AI tool to regulate social distancing protocol using video surveillance of CCTV cameras and drones. Social Distancing Analyser to prevent COVID19

For education purpose only, meant as my contribution towards society

Social Distancing Analyser automatically detects the extent to which social distancing protocols are followed in the area. Deploying it on current surveillance systems and drones used by police to monitor large areas can help to prevent coronavirus by allowing automated and better tracking of activities happening in the area. It shows analytics of the area in real time. It can also be used to alert police in case of considerable violation of social distancing protocols in a particular area.

Please fork the repository and give credits if you use any part of it. 🙂

It took me time and effort to code it.

I would really appreciate if you give it a star. ⭐️

YOU ARE NOT ALLOWED TO COMMERCIALIZE OR MONETIZE THIS CODE IN ANY FORM.(Not even youtube)

IF ANYONE FOUND TO BE VIOLATING THESE TERMS AND LICENCE, LEGAL ACTION WOULD BE TAKEN AGAINST THE PERSON.

ASK FOR MY PERMISSION via email ([email protected]) before publicizing any part of code or output generated from it. Read Licence to avoid problems

v1.0 output:

v2.0 output:

V3.0 output (code coming soon)

Features:

  • Get the areal time analytics such as:
    • Number of people in a particular area
    • Number of people in high risk
    • The extent of risk to a particular person.
  • Doesn't collect any data of a particular person
  • Stores a video output for review

Things needed to be improved :

  • Auto-calibration [For the given sample video, I've calibrated the model by simulating a 3D depth factor based on the camera position and orientation.] (Check out v2.0)
  • Faster processing

Please Note: angle factor is needed to be set between 0 to 1 for v2.0 according to the angle of camera (move towards one as angle becomes verticle)

Installation:

Credits:

@article{yolov3, title={YOLOv3: An Incremental Improvement}, author={Redmon, Joseph and Farhadi, Ali}, journal = {arXiv}, year={2018} }

copyright © 2020 Ankush Chaudhari | All rights reserved

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].