cchen156 / Learning-to-See-in-the-Dark

Learning to See in the Dark. CVPR 2018
http://cchen156.web.engr.illinois.edu/SID.html
MIT License
5.44k stars 842 forks source link

Some problems about dataset! If I want to train my own dataset. #78

Open wqz960 opened 5 years ago

wqz960 commented 5 years ago

I want to train my own dataset! If I have a train set, I just transform the pictures to be low-light-level by some softwares such as PS, using the pictures that are processed as trainingset, and using the original pictures as ground true, can I get a network specially for my dataset. I am new, looking forward to your kind help !!!

cchen156 commented 5 years ago

You can copy the network and train with your low-light, ground-truth pairs. I am not sure how you darken it using PS.

18022443868 commented 4 years ago

训练自己的数据集有什么需求?需要什么格式?

cchen156 commented 4 years ago

You need raw data. like DNG, ARW, etc. Not PNG or JPG

willswordh commented 1 year ago

You need raw data. like DNG, ARW, etc. Not PNG or JPG

@cchen156 Hi Dr.Chen, in your paper, you mentioned that you have tried using the sRGB pics on the model, but I have tired it in your code that it requires the input photos to be in raw format. How can I change the code so that sRGB pics like in JPG can be processed by the model? Thanks!