Algolzw / BSRT

Pytorch code for "BSRT: Improving Burst Super-Resolution with Swin Transformer and Flow-Guided Deformable Alignment", CVPRW, 1st place in NTIRE 2022 BurstSR Challenge (real-world track).
MIT License
179 stars 13 forks source link

function mosaic with mode == 'grbg' #6

Open nuaalyh opened 1 year ago

nuaalyh commented 1 year ago

code/synthetic/bsrt/data_processing/camera_pipeline.py line140: blue = image[:, 2, 0::2, 1::2] => blue = image[:, 2, 1::2, 0::2] ?

Algolzw commented 1 year ago

This function is basically from the burst-sr repo.