Learning_to_See_in_the_Dark_PyTorch icon indicating copy to clipboard operation
Learning_to_See_in_the_Dark_PyTorch copied to clipboard

Run on single image

Open l0stpenguin opened this issue 5 years ago • 2 comments

Hi how do i run this on a single image? Do i need to download the dataset for this?

l0stpenguin avatar Feb 26 '19 08:02 l0stpenguin

Hi @mevinDhun

I think you need to download the dataset in any case. If you just want to test on a single image, you can simply keep the entry of that image in the corresponding test file. For instance, if you just want to test on Sony's 10003_00_0.04s.ARW, just keep this entry in the Sony_test_list.txt file.

I've also tested this code only on a sample subset of Sony, for which I created and used ( --test_img_list_file ./dataset/Sony_sample_test_list.txt) this custom text file. Sony_sample_test_list.txt

Hope this helps!

aasharma90 avatar Jul 15 '19 09:07 aasharma90

Hi Can I test the photos taken by my camera?

JNUChenYiHong avatar Oct 22 '19 07:10 JNUChenYiHong