Skip to content

BingY998/MRDNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MRDNet

Image deblurring method based on self-attention and residual wavelet transform

Contents

The directory for this readme document is as follows:
1.Dependencies and Installation
2.Datasets Preparation
3.Model
4.Train Ways
5.Test Ways


1.Dependencies and Installation

  • Ubuntu 16.04
  • Python 3.8
  • pytorch1.7
  • cuda11.0
  • Scikit-image
  • opencv-python
  • Tensorboard

2.Datasets Preparation

3.Model

4.Train Ways

python main.py --model_name MRDNet --mode train --data_dir dataset/GOPRO

5.Test Ways

python main.py --model_name MRDNet --mode test --data_dir dataset/GOPRO --test_model weights/MRDNet.pkl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages