RUAS icon indicating copy to clipboard operation
RUAS copied to clipboard

[CVPR 2021] This is the official code for the paper "Retinex-inspired Unrolling with Cooperative Prior Architecture Search for Low-light Image Enhancement"

Results 7 RUAS issues
Sort by recently updated
recently updated
newest added

Since the calculation of PSNR and SSIM needs a reference, I have a question: Are these metrics calculated between the enhanced images with low-light images or with high-light images?

Thank you for sharing your great code. :smiley_cat: What is the license for this model? I'd like to cite it to the repository I'm working on if possible, but I...

Hi, thanks for your work and release code. I run your code on LOLdataset and get different PSNR results from yours. In your paper: I load your pretrained model `./ckpt/lol.pt`...

Hello, I have a question about the preprocessing made for MIT5k dataset. I would like to reproduce your results in the MIT5k dataset, but couldn't find in the paper which...

As your paper writes: But your code in `model.py` is: ``` def forward(self, input_y, input_u, k): if k == 0: t_hat = self.max_operation(input_y) else: t_hat = self.max_operation(input_u) - 0.5 *...

When i run train.py it appears: RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [3, 12, 1, 1]] is at version...

Can anyone tell me how to implement this repo. And which platform use to implement this.