yjsunnn / FBANet

Official implementation of ICCV2023 "Towards Real-World Burst Image Super-Resolution: Benchmark and Method"
MIT License
113 stars 7 forks source link

About the raw image #11

Closed X1-Wang closed 6 months ago

X1-Wang commented 6 months ago

Could you please share the process for aligning raw images and explain how the "_rgb.png" images are generated within each image set? I don't understand why the _rgb.png images are so dark

yjsunnn commented 6 months ago

raw_align.txt The original files are missing due to the long-time remote server collapse (that's why some codes haven't been uploaded yet), so I re-write some necessary processing codes according to my memory. Please let me know if the code has any problem.

As for the '.png' image in the dataset, we adopt the exactly same processing pipelines as DBSR, for a fully-fair comparison. The "dark" image is the linear image, which is different from the sRGB image that we are used to. You can refer to the below files for the visualization. post_processing_vis.txt raw_train.txt

yjsunnn commented 6 months ago

Please feel free to re-open the issue if you have any question~