woo525 / ParamISP

[CVPR 2024] Official PyTorch implementation of "ParamISP"
35 stars 1 forks source link

Forward/Inverse for a single image #2

Open Ru6887 opened 2 weeks ago

Ru6887 commented 2 weeks ago

Hi,

Thanks for sharing your work! Very interesting!

I am wondering how it is possible to run a forward inference given a RAW image of my own, and how to run an inverse inference given a sRGB.

I see you pre-processed the datasets to patches, can you share the process? Or a command-line for this case?

Really appreciate your help! Thanks one more time!

huzj206 commented 1 week ago

Thank you so much for this excellent Work!

I am wondering how it is possible to run a forward inference given a RAW image of my own, and how to run an inverse inference given a sRGB.

I am also waiting for a tutorial like this ↑↑ @woo525