All Projects → bubblebeam → Inferno-Realtime-Fire-detection-using-CNNs

bubblebeam / Inferno-Realtime-Fire-detection-using-CNNs

Licence: other
FPGA Deployable Fire Detection Model for Real-Time Video Surveillance Systems Using Convolutional Neural Networks

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Inferno-Realtime-Fire-detection-using-CNNs

FaceClassification Tensorflow
Building a Neural Network that classifies faces using OpenCV and Tensorflow
Stars: ✭ 37 (+54.17%)
Mutual labels:  transfer-learning
az-deep-realtime-score
AKS Deployment Tutorial
Stars: ✭ 33 (+37.5%)
Mutual labels:  deep
forestTreesTagging
This project has the vision to assist the officials for Forest trees census and tagging each tree with proper location (latitude and longitude), tree type, and other arguments. and further had the plan to apply data analysis over-collected data.
Stars: ✭ 18 (-25%)
Mutual labels:  deep
Keras-Application-Zoo
Reference implementations of popular DL models missing from keras-applications & keras-contrib
Stars: ✭ 31 (+29.17%)
Mutual labels:  transfer-learning
ParsBigBird
Persian Bert For Long-Range Sequences
Stars: ✭ 58 (+141.67%)
Mutual labels:  transfer-learning
Transfer-Learning
Inception V3 for Transfer Learning on Cats and Dogs
Stars: ✭ 17 (-29.17%)
Mutual labels:  transfer-learning
transfer-learning-algorithms
Implementation of many transfer learning algorithms in Python with Jupyter notebooks
Stars: ✭ 42 (+75%)
Mutual labels:  transfer-learning
awesome-contrastive-self-supervised-learning
A comprehensive list of awesome contrastive self-supervised learning papers.
Stars: ✭ 748 (+3016.67%)
Mutual labels:  transfer-learning
MinTL
MinTL: Minimalist Transfer Learning for Task-Oriented Dialogue Systems
Stars: ✭ 61 (+154.17%)
Mutual labels:  transfer-learning
MNIST-multitask
6️⃣6️⃣6️⃣ Reproduce ICLR '18 under-reviewed paper "MULTI-TASK LEARNING ON MNIST IMAGE DATASETS"
Stars: ✭ 34 (+41.67%)
Mutual labels:  transfer-learning
dqn-tensorflow
Deep Q Network implements by Tensorflow
Stars: ✭ 25 (+4.17%)
Mutual labels:  deep
DeepCD
[ICCV17] DeepCD: Learning Deep Complementary Descriptors for Patch Representations
Stars: ✭ 39 (+62.5%)
Mutual labels:  deep
cmd
Central Moment Discrepancy for Domain-Invariant Representation Learning (ICLR 2017, keras)
Stars: ✭ 53 (+120.83%)
Mutual labels:  transfer-learning
Tensorflow-Wide-Deep-Local-Prediction
This project demonstrates how to run and save predictions locally using exported tensorflow estimator model
Stars: ✭ 28 (+16.67%)
Mutual labels:  deep
digital peter aij2020
Materials of the AI Journey 2020 competition dedicated to the recognition of Peter the Great's manuscripts, https://ai-journey.ru/contest/task01
Stars: ✭ 61 (+154.17%)
Mutual labels:  transfer-learning
awesome-list-of-awesomes
A curated list of all the Awesome --Topic Name-- lists I've found till date relevant to Data lifecycle, ML and DL.
Stars: ✭ 259 (+979.17%)
Mutual labels:  transfer-learning
NTUA-slp-nlp
💻Speech and Natural Language Processing (SLP & NLP) Lab Assignments for ECE NTUA
Stars: ✭ 19 (-20.83%)
Mutual labels:  transfer-learning
videoMultiGAN
End to End learning for Video Generation from Text
Stars: ✭ 53 (+120.83%)
Mutual labels:  deep
fetch
A set of deep learning models for FRB/RFI binary classification.
Stars: ✭ 19 (-20.83%)
Mutual labels:  transfer-learning
neuralBlack
A Multi-Class Brain Tumor Classifier using Convolutional Neural Network with 99% Accuracy achieved by applying the method of Transfer Learning using Python and Pytorch Deep Learning Framework
Stars: ✭ 36 (+50%)
Mutual labels:  transfer-learning

Inferno

FPGA Deployable Fire Detection Model for Real-Time Video Surveillance Systems Using Convolutional Neural Networks

Project Description: The project serves as an alternative method to ordinary fire detection using short-range smoke and heat sensors. No special hardware is required here, just a camera and computer analysing the cameras output. We are proposing a cost-effective CNN framework for flame detection in surveillance videos using images and videos based on deep learning. Transfer learning has been used in training the model wherein a pre-trained MobileNet architecture was modified and trained specific to our dataset (3GB) consisting of fire and non fire images extracted from real time footage. The trained model achieved an overall accuracy of 98% and was deployed onto a raspberry pi3 (1GB RAM). The time taken by the model to classify a frame as fire / non-fire is around 0.78 seconds on the raspberry pi. In case of positive fire detection consecutively for 20 frames, the notification system is triggered and a fire alarm is raised.

For more details view the research publication for the project, Do cite if used :)

https://ieeexplore.ieee.org/document/8978439 https://www.researchgate.net/publication/336639483_FPGA_Deployable_Fire_Detection_Model_for_Real-Time_Video_Surveillance_Systems_Using_Convolutional_Neural_Networks

Technologies Used: Python3, Deep learning: Convolutional Neural Networks (CNN), openCV, Tensorflow, Keras, Computer Vision, Cloud Computing, Transfer Learning.

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].