Official PyTorch implementation of the paper Seed Optimization with Frozen Generator for Superior Zero-shot Low-light Image Enhancement in IEEE TCSVT 2024.
- Create conda environment
conda create --name drp python=3.6
conda activate drp
- Clone repo
git clone https://github.com/rayquaza/xxx.git
- Install dependencies
cd seed-optimization-with-forzen-generator
pip install -r requirements.txt
Specify the input path input_path
, the output directory output_dir
, and other hyper-parameters. Then run
CUDA_VISIBLE_DEVICES=0 python main.py --input_path path_to_input_image.png --output_dir path_to_output_dir
If you find our work useful in your research or publication, please cite it:
@ARTICLE{gu2024seedoptimze,
author={Gu, Yuxuan and Jin, Yi and Wang, Ben and Wei, Zhixiang and Ma, Xiaoxiao and Wang, Haoxuan and Ling, Pengyang and Chen, Huaian and Chen, Enhong},
journal={IEEE Transactions on Circuits and Systems for Video Technology},
title={Seed Optimization with Frozen Generator for Superior Zero-shot Low-light Image Enhancement},
year={2024},
pages={Early Access},
doi={10.1109/TCSVT.2024.3454763}}
The code is heavily borrowed from discrepant-untrained-nn-priors.
The code is provided as-is for academic use only and without any guarantees. Please contact the author to report any bugs.