AIM 2022 Reversed ISP Challenge - Track 1 S7 Forum

Go back to competition Back to thread list Post in this thread

> How to get the datasets?

How to get the datasets?

Posted by: wzh123456 @ June 4, 2022, 1:43 p.m.

sorry for the delay. You can download the data following the instructions at “participate > get data”. Approximately 3Gb of data for each track. As we pointed out in the instructions, we provide RGB-RAW pairs for training, and only RGBs for validating during the development phase. You need to reverse the ISP operations and recover RAW readings from the RGBs.

RGBs are in jpg format, you will find RAWs as .npy files (np.uint16 , maximum value of 1024) with 4-channels using the standard RGGB Bayer pattern.

You can find the starter-code and more information at: https://github.com/mv-lab/AISP
If you have further questions or detect some error please contact us via email and/or codalab forum.

Posted by: nanashi @ June 6, 2022, 4:14 p.m.
Post in this thread