Skip to content

Alik033/Lit-Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lit-Net Views

Harnessing Multi-resolution and Multi-scale Attention for Underwater Image Restoration.

Block

  • This paper deals with the underwater image restoration.
  • For this, we have considered two of the main low-level vision tasks,
    • Underwater image enhancement,
    • Underwater image super-resolution.

Dataset

Rrequirements as given below.

Python 3.5.2
Pytorch '1.0.1.post2'
torchvision 0.2.2
opencv 4.0.0
scipy 1.2.1
numpy 1.16.2
tqdm

Training

  • Use the below command for training:
python train.py --checkpoints_dir --batch_size --learning_rate             

Testing

  • Use the below command for testing:
python test.py  

For Underwater Semantic Segmentation

  • To generate segmentation maps on enhanced images, follow SUIM.

Send us feedback

Citation

@misc{pramanick2024harnessingmultiresolutionmultiscaleattention,
      title={Harnessing Multi-resolution and Multi-scale Attention for Underwater Image Restoration}, 
      author={Alik Pramanick and Arijit Sur and V. Vijaya Saradhi},
      year={2024},
      eprint={2408.09912},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2408.09912}, 
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages