CameraNet: A Two-Stage Framework for Effective Camera ISP Learning
[[Paper](http://www4.comp.polyu.edu.hk/~cslzhang/paper/CameraNet.pdf]]
- Tensorflow == 1.15.0
- Cuda == 10.1
- Python == 3.7
Currently the code is ugly. We will try to simplify the code or add comments in the future for better reading.
- Make a dataset directory in the root folder by
mkdir Data
. - Download the HDR+ datasets (already including training and testing sets). Unzip it to
Data
folder. Now you should have a folder named./Data/HDRp
- For training,
python train_hdrp.py
- For testing,
python test_hdrp.py
- Make a dataset directory in the root folder by
mkdir Data
. - Download the SID datasets (already including training and testing sets). Unzip it to
Data
folder. Now you should have a folder named./Data/SID
- For training,
python train_sid.py
- For testing,
python test_sid.py
Note that for SID, in the paper we use a different training-testing separation of the data from the original SID paper. To allow a beter comparison, in this code we adopt the training-testing separation from the original SID paper. The PSNR and SSIM are a little different from our paper but remain in the same level.
Zhetong Liang zhetong.liang@connect.polyu.hk
@ARTICLE{9329084, author={Liang, Zhetong and Cai, Jianrui and Cao, Zisheng and Zhang, Lei}, journal={IEEE Transactions on Image Processing}, title={CameraNet: A Two-Stage Framework for Effective Camera ISP Learning}, year={2021}, volume={30}, number={}, pages={2248-2262}, doi={10.1109/TIP.2021.3051486}}