Skip to content

superleesa/final_year_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DehazeGAN: Sand-Dust Image Restoration using Transformer-based Denoiser and Adversarial Learning

how to start

  1. install packages in requirements.txt
  2. set pythonpath to the anaconda env dir and root dir of this project
  3. (download SIE dataset from Google Drive to the Data directory)

data directory structure

Data/
└── paired/
|   ├── ground_truth/
|   │   ├── ...
|   │   ├── ...
|   │   └── ...
|   └── noisy/
|       ├── ...
|       ├── ...
|       └── ...
└── unpaired/
    ├── clear/
    │   ├── ...
    │   ├── ...
    │   └── ...
    └── noisy/
        ├── ...
        ├── ...
        └── ...

About

training pipeline + analysis + minimal app for a sand-dust denoising model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published