Giter Site home page Giter Site logo

self_supervised_deblur's Introduction

Self Supervised Deblurring

In this project a self supervised deblurring model was built for deblurring blurred images. Then a semantic segmentation model was applied to segment different objects.

Data

A popular dataset named CamVid(Cambridge-Driving Labeled Video Database) was used for this project and was taken from popular data repository Kaggle. It consists of over 700 images and masks for semantic segmentation. The images and masks were seperated in training, validation and testing sets. The ground truth label associate each pixel with one of 32 semantic classes.

Usage

It can be used to dblur blurry images.

Procedure

  • A blur function was built which applies random level of gaussian blurring to each image
  • All images were blurred using the blur function
  • Then the training and validation images were blurred again.This batch was used for training the self-supervised model and the previous batch was as ground truth
  • A self supervied deblurring model was built and trained
  • Test images were deblurred using the trained model
  • The performance of the segmentation model(previously made) was comapred with original test images and newly deblurred images.

self_supervised_deblur's People

Contributors

mdmonoar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.