Methodforward x_in: [b,h,w,c] # input_feature illu_fea: [b,h,w,c] # mask shift? 为什么是 b, h, w, c? return out: [b,h,w,c]
archs/retinexformer.py:147
Methodforward x: [b,h,w,c] return out: [b,h,w,c]
archs/retinexformer.py:194
Methodforward x: [b,c,h,w] illu_fea: [b,c,h,w] return out: [b,c,h,w]
archs/retinexformer.py:219
Methodforward x: [b,c,h,w] x是feature, 不是image illu_fea: [b,c,h,w] return out: [b,c,h,w]
archs/retinexformer.py:287
Methodforward x: [b,c,h,w] return out:[b,c,h,w]
archs/retinexformer.py:355