Skip to content

Dehazing images using attention & knowledge distillation

Notifications You must be signed in to change notification settings

manncodes/dehazing-openvino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dehazing-openvino

Image dehazing refers to procedures that attempt to remove the haze amount in a hazy image and grant the degraded image an overall sharpened appearance to obtain clearer visibility and a smooth image. Most of the handy techniques include one-pass image filters. However, the result isn't pleasing to the human eye and degrades images upon tested on nontrivial real-life images. On the other hand, deep learning based techniques that does not depend upon prior, yields good performance in terms of aesthetics and PSNR metric. Howerver, due to high parameter and FLOPs count, tend to be slow during inference.

To find the right balance between good metric score & runtime performance, we resort to techniques like Knowledge Distillation, Feature Fusion Attention(FFA) and OpenVino's model optimization to get best of both worlds!

Technology Used

  • Python
  • PyTorch
  • OpenVino

References

About

Dehazing images using attention & knowledge distillation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published