Skip to content

artyomnaz/GFN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GFN

"Gated Fusion Network for Image Deblurring and Super-Resolution"

How to test:

  1. Git clone this repository.
$git clone https://github.com/max-vasyuk/GFN.git
$cd GFN
  1. Download the trained model model_gfn.pkl from here and move the model to GFN/models folder.

  2. Create class TestModel with path to model.

from inference import TestModel
tm = TestModel(*path_to_model*)
  1. Execute function of prediction for inference.
tm.predict('test.jpeg')
  1. The result will be in the root with the input image in result/ folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%