Skip to content

kimsm0566/UNet_Deblurring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cat

UNet based Deblurring

Setting

The Kaggle Dogs vs. Cats dataset, originally designed for binary classification, was repurposed to create a robust image restoration framework.

By artificially introducing Gaussian blur to these high-quality pet images, I established a controlled environment for training and evaluating deblurring algorithms.

This strategic adaptation of the dataset is particularly compelling as it provides a diverse collection of natural images with rich textures, complex features, and varying lighting conditions


Setup

This code has been tested with Python 3.8.8, Torch 1.10.0

  • Setup requirements
pip install -r requirements.txt

Public Datasets

Dogs vs. Cats : https://www.kaggle.com/c/dogs-vs-cats


Start Training

python train.py

About

UNet based Deblurring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%