Skip to content

trentqq/SGUIE-Net_Simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SGUIE-Net: Semantic Attention Guided Underwater Image Enhancement with Multi-Scale Perception

This repository is the official PyTorch implementation of SGUIE-Net.

Dataset preparation

You need to prepare datasets for following training and testing activities, the detailed information is at Dataset Setup.

Train

python train.py --dataroot /path_to_data --name train_name --model SGUIENet --display_env display_env_name

Test

python test.py --dataroot /path_to_data --name test_name --model test_SGUIE 

You can download the trained model from here.

Citation

@article{qi2022sguie,
  title={SGUIE-Net: Semantic Attention Guided Underwater Image Enhancement with Multi-Scale Perception},
  author={Qi, Qi and Li, Kunqian and Zheng, Haiyong and Gao, Xiang and Hou, Guojia and Sun, Kun},
  journal={IEEE Transactions on Image Processing},
  volume={31},
  pages={6816--6830},
  year={2022},
  publisher={IEEE}
}

Acknowledgements

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages