-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use NUS-8 Camera Dataset #6
Comments
I will take care of it later this week. Sorry for the delay. |
@yt605155624 For the NUS-8 camera dataset, you only need to download the PNG ones, as they have already done the pre-processing (demosaicing, tone-mapping) on the original HDR images. Then, you can obtain the color images by subtracting the Darkness level (this info is specified for each camera and inside the .mat file) -> convert these PNG images to 8-bit images (because they are 12bit HDR images) -> and gamma linearization. If it helps, this is my code to get the job done. |
thanks ,there are many other datas except images,for example ground_truth.mat, real_illum.mat coordinates and meta.pkl, I will search for myself if the web has provided this ,or ,I will wait Hu to update this items @hienpham15 |
I will start working on it in 3h. |
If you haven't done so, please prepare the PNG versions of the dataset. |
Please organize the
To preprocess the data, run in
It's too late on my side and let me write an automatic script the all these (possibly tomorrow). Sorry, I get too busy recently. |
I don't think I will have time for this automatic script before the SIGGRAPH Asia deadline - please just do it manually for now. Thanks. |
You may also want to change |
@yuanming-hu hello,are the final result of datasets NUS-8 Camera Dataset the average of SUBSET 0.....7? |
Hi, There are 8 parts for the NUS-8 camera dataset. After you get the performance on each part, for each metric (e.g. tri-mean or median), the performance over the whole dataset should be the geometric mean of the 8 metrics on each of the data set. |
@yuanming-hu Great job and thank you for share your code. I use your shared script, and the test results are different from the download RAW and JPG, which are lighter than the test results. |
Hi, And here is the final image when I apply the gamma correction : And if I correct the image's illumination with the Von Kries method I got such a picture : But the JPG image looks like this : The PNG image processed is way darker and has less contrast than the JPG image. Do you know how to process the PNG image correctly to have a quality similar as the one of JPEG ? The picture is Canon1DsMkIII_0226, and is the third image in the first pickle file. Thanks in advance |
The website of NUS dataset seems to be closed. Who can provide other download methods? Many thanks. |
http://cvil.eecs.yorku.ca/projects/public_html/illuminant/illuminant.html |
The website of NUS dataset seems to be closed. Who can provide other download methods? |
hello , In your data folder ,there are only "geheler" for Shi's datasets,and in this folder ,you have set a groundtruth.mat as label,and in the NUS-8 datasets web ,There are many formats for us to download,so can you please tell me which format should I download ,and how To pre-process NUS-8 Camera Dataset as the Shi's datasets,thank you!
The text was updated successfully, but these errors were encountered: