Mobile AI 2021 Learned Smartphone ISP Challenge Forum

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

> What should be the size of the output RGB images?

The RAW validation images we are provided with are of 256x256 resolution. So, my question is what should be the size of the output RGB images? The competition homepage mentions it should be the same as the input size of the RAW images. But then again, the TFLite model's input size is different hence I am a bit confused.

Posted by: sayak @ Jan. 29, 2021, 9:44 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 the repo README and the challenge website for clarification.

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