Learning-to-See-in-the-Dark
Learning-to-See-in-the-Dark copied to clipboard
16bit bayer filter
- Can I use a Sony network model for a 16bit bayer filter?
- Is it possible to share iphone 6s raw images(dng format) in paper?
Hey if you're looking to test on any RAW images check apps: RAW+ and MuseCam. They are free.
- You can try. You'd better train your own model instead of using the pretrained model. It should work.
- Here it is: https://drive.google.com/file/d/1CWYmOcfh0gOvIrL40w2zGZJ5Rda_sylB/view?usp=sharing
@cchen156 Thank You your answer but I use your iphons6s.DNG , result is not good for your pretrained model (sony) your DNG file is black level 512? 14bit -bayer raw image? im = np.maximum(im - 512,0)/ (16383 - 512) #subtract the black level ratio is 300? 100? input_full = np.expand_dims(pack_raw(raw),axis=0) *ratio if you have iphone6s test code , share your code please.
Hi, I used 535 as the blacklevel for the iphone 6s image. The ratio is 100. You should able to reproduce the result now.
@cchen156
Thank You.
The results are better than before, but still the results are worse than sony. Why? Can I get better results when training with Iphone6s low illumination Dataset?
@ghost0710 Did you manage to improve the result? I am getting similar results using raw iphone photos.