SingleHDR icon indicating copy to clipboard operation
SingleHDR copied to clipboard

[CVPR 2020] Single-Image HDR Reconstruction by Learning to Reverse the Camera Pipeline

Results 30 SingleHDR issues
Sort by recently updated
recently updated
newest added

Hey just want to let you know that the Link to download the pre-trained models is down: https://www.cmlab.csie.ntu.edu.tw/~yulunliu/SingleHDR_/ckpt.zip

Thank you for your efforts about this work firstly! I wanna to know can this method apply to real-time Video?

Hi ,I met a problem about the tensorlayer? ![image](https://user-images.githubusercontent.com/56258879/93037222-810d6780-f674-11ea-80b6-8ef7985be5cd.png) ![image](https://user-images.githubusercontent.com/56258879/93037239-8cf92980-f674-11ea-8043-5076914c6383.png) Thank you!!!

This link in google colab is broken https://www.cmlab.csie.ntu.edu.tw/~yulunliu/SingleHDR_/code_and_ckpt.zip ![image](https://user-images.githubusercontent.com/81424637/112638394-43be3980-8e50-11eb-8a79-651223ddea92.png) Google colab link https://colab.research.google.com/drive/1WzNaGSaucF2AMDSdUCBMEOauBg4IowMa

Hi, when I run the code, there is an error 'Segmentation fault (core dumped)'. How to fix this problem?

When I run 'train_dequantization_net.py', there is a error showing 'the following arguments are required: --logdir_path, --hdr_prefix'. How to debug this problem?

Current code saves the result as HDR image. How can I convert to a LDR and save it for display? Thanks, Kaishi

Hi @alex04072000 I've a question about training Linearization Net. I see that - First, you apply a randomly selected CRF ``crf`` (and its corresponding inverse CRF is ``invcrf``) to convert...

Hi, Thank you for your great work. I wonder if you could share the CRF dataset you used for training? Thanks!

Hi @alex04072000 Thanks for your publishing your code and datasets. Going through the training and test datasets, I could not find any information about the ground-truth CRFs (or the cameras...