Mobile AI 2021 Learned Smartphone ISP Challenge Forum

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

> Doubt regarding the size of input RAW images

The RAW images provided to us are 256x256 which is different from what's expected in the final model. So, what should be done here? One immediate thing we could do is resize the RAW images. But I wanted to know from the organizers to get more systematic directions.

Posted by: sayak @ Jan. 30, 2021, 5:38 a.m.

Hi sayak,

Can you please post your questions here: https://ai-benchmark.net/index.php?threads/learned-smartphone-isp-challenge.4/

Thanks,
Andrey

Posted by: andrey.ignatoff @ Jan. 30, 2021, 8:16 p.m.

Sure.

Posted by: sayak @ Jan. 31, 2021, 2:52 a.m.

The whole pipeline is like below (assume input resolution is 256x256):
input RAW data (256x256x1) --[deBayer pre-processing]--> deBayer RAW data (128x128x4) --[PUNET model]--> output RGB image (256x256x3)
I guess your confusion is from the deBayer pre-processing.
I will update README and the challenge website for clarification.

Posted by: MHChen @ Feb. 1, 2021, 2:58 a.m.
Post in this thread