Computer Vision Log: Conclusion
To summarise work done in CV for this project:
References:
[1] http://web.mit.edu/torralba/www/indoor.html
[2] https://www.kaggle.com/arnaud58/landscape-pictures
[3] https://github.com/DeepQuestAI/Fire-Smoke-Dataset
[4] https://github.com/narumiruna/efficientnet-pytorch
Computer Vision Log: Part 2
We did it! We now have a model which runs in real-time which uses AI to detect fires! Granted, it's not 100% accurate, but with more data and more training, this can be applied in real-life to spot that fire!
Computer Vision Log: Part 1
After pulling an all-nighter of programming, we've finally created and trained an Artificial Intelligence model for the automatic, real-time detection of fires! We leverage the Efficient-Net model, which achieves state-of-the-art performance on the ImageNet benchmark for this task, striking a balance between detection accuracy and speed. We utilised the PyTorch library and trained on Titan X GPUs in parallel, which took 2:42:55 hours!
We are now working to integrate the model with OpenCV, in order to perform detection in real-time on our own webcams!!
