Skip to content

lewis081/PSPL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Toward Better Than Pseudo-Reference in Underwater Image Enhancement

This repository is the official PyTorch implementation.

Running Environment

1. python 3.8
2. pip install -r requirements.txt

PSPL

Test

  1. rename directory pre-trained to checkpoints
  2. rename directory pre-datasets to datasets
  3. run command to infer(test)
     python test.py --dataroot ./datasets/unsuped --name unsuped --model unsupedmix --epoch PSPL_HRNet
    

PSPL on other UIE methods

Test

  1. rename directory pre-trained to checkpoints
  2. rename directory pre-datasets to datasets
  3. run command to infer(test)
    python test.py --dataroot ./datasets/unsuped --name unsuped --model UWCNN --epoch PSPL_UWCNN
    
  4. testing NU2Net and SemiUIR (baidu cloud disk, 提取码: gkf2) can follow the way (need add corresponding files) as UWCNN. Or you can put downloaded pre-trained model files to their's original source code projects(NU2Net, Semi-UIR) to inference.

Citation

Y. Liu, Q. Jiang, X. Li, T. Luo and W. Ren, "Toward Better Than Pseudo-Reference in Underwater Image Enhancement," 
in IEEE Transactions on Image Processing, vol. 34, pp. 6168-6179, 2025.

Acknowledgements

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published