Skip to content

Built framework for Image dehazing for autonomous/electric vehicles driving in inclement weather conditions using deep learning Created a dehazing interface using Stream Lit which takes a foggy image as an input and gives the clear image as an output .Took an existing dataset, cleaned, and manipulated using Python and Deployed on website through…

Notifications You must be signed in to change notification settings

bhavyadubey/RefineDNet-for-Image-Dehasing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RefineDNet-for-Image-Dehasing

RefineDNet is a two-stage dehazing framework which can be weakly supervised using real-world unpaired images. That is, the training set never requires paired hazy and haze-free images coming from the same scene. In the first stage, it adopts DCP to restore visibility of the input hazy image.In the second stage, it improves the realness of preliminary results from the first stage via CNNs.

I've developed an streamlit website(local-host) which removes the haze of an images on the web with option to tune the extent of dehazing. Haze-free images of many vision systems and algorithms,and thus single image dehazing is of paramount importance in computer vision. In this field, prior-basedmethods have achieved initial success. However, they often introduce unneces artifacts to outputs because their priors can hardly fit all situations.

Dehazed and Haze image Example:

image

Webpage preview for Dehazing an Image:

image

This takes an Image of 200kb , and format of .jpeg and .png , which then dehazes it , which also allows the transmission of an image between 0.1 to 0.9 , then return the modified image .

Before and After Dehazing

image

I Propose a simple yet effective two-stage weakly supervised dehazing framework RefineDNet for two purposes, i.e., merging the merits of prior-based and learning-based methods and addressing the lack of paired training images. To get more qualified results, I also added a perceptual fusion strategy to fuse different outputs of RefineDNet.

About

Built framework for Image dehazing for autonomous/electric vehicles driving in inclement weather conditions using deep learning Created a dehazing interface using Stream Lit which takes a foggy image as an input and gives the clear image as an output .Took an existing dataset, cleaned, and manipulated using Python and Deployed on website through…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages