ddlee-cn/MuLUT

About Image Demosaicking

Closed this issue · 1 comments

hi, In the source code, DMNet is used to convert input like 1144 RGGB to 1344 RGB, but when I test, it seem not like this, the output is still 1* 1* 4*4,is there something wrong with my understanding

Sorry for the inconvenience, the current code is not ready for other tasks. To construct a demosaicing network, the out_c parameter should be multiplied in the configuration out_channel of the laster conv layer before pixelshuffle (this line in MuLUTUnit).