SingleHDR
SingleHDR copied to clipboard
[CVPR 2020] Single-Image HDR Reconstruction by Learning to Reverse the Camera Pipeline
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?   Thank you!!!
This link in google colab is broken https://www.cmlab.csie.ntu.edu.tw/~yulunliu/SingleHDR_/code_and_ckpt.zip  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...