LowLevelAI / GLARE

Official implementation of GLARE, which is accpeted by ECCV 2024.
https://arxiv.org/pdf/2407.12431
Apache License 2.0
61 stars 2 forks source link

How to test my single dark image based on the pretrained model #10

Open willswordh opened 1 week ago

willswordh commented 1 week ago

Great work! I want to test some real-world images using your pretrained model. Which parts of the codes that I need to change? Is it infer_dataset.py I have to change? Thanks a lot!

movingforward100 commented 1 week ago

Hello, thank you for your interest for our paper. For real-world images, please use the recently released infer_unpaired.py and make sure you have provided correct data path in the dataroot_unpaired in the .yml file. If you find this repo useful, please give it a star ⭐ and consider citing our paper in your research. Thank you very much!