https://github.com/philipamadasun/opencv-quality-degradation-detection-in-cameras-for-self-driving-vehicle-applications
CNN created with Tensorflow, future work impending
https://github.com/philipamadasun/opencv-quality-degradation-detection-in-cameras-for-self-driving-vehicle-applications
Last synced: 1 day ago
JSON representation
CNN created with Tensorflow, future work impending
- Host: GitHub
- URL: https://github.com/philipamadasun/opencv-quality-degradation-detection-in-cameras-for-self-driving-vehicle-applications
- Owner: PhilipAmadasun
- Created: 2023-01-21T19:54:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T23:46:04.000Z (about 2 years ago)
- Last Synced: 2025-04-10T23:08:06.058Z (2 months ago)
- Language: Python
- Size: 12.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenCV-Quality-Degradation-Detection-in-Cameras-for-Self-Driving-Vehicle-Applications
This work consists of a convolutional neural network created with Tensorflow amd Keras libraries in Python, future work impending.# Purpose
The self-driving vehicle industry has grown exponentially over the past decade, and the impact it will make on
the lives of many billions of commuters across the world everyday is undeniable. However, the current self-driving vehicles are faced with many environmental factors such as rain, dust and other obscurities that can impact their sensing capabilities and can increase the chances of an accident beyond acceptable safety limits. This project implements a trained Convolutional Neural Network that can predict the degradation in the quality of camera images during their operation, and can help avoid accidents by timely cleaning of camera sensor.# Accompanied paper
Here is the link to the accompanied [paper](https://www.dropbox.com/s/odys67trjz6gunf/Quality%20Degradation%20Detection%20in%20Cameras%20for%20Self%20Driving%20Vehicle%20Applications.pdf?dl=0)# Link to saved Model with Trained Weights
Link to zip file for saved model to be found here [here](https://www.dropbox.com/s/0jmf5shzdbl0utd/CNNModel.zip?dl=0)# Future Directions
Future plans are to finish the development of GAN model for performance comparison as well as more testing with larger data sets.