-
Notifications
You must be signed in to change notification settings - Fork 23
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
About train dataset #6
Comments
There are some methods to convert HSI images to RGB. |
I tried to generate an RGB image before, but I found that the color of the generated RGB image is quite different from the corresponding RGB image on the ICVL website. Why is this?Have you ever had such a problem?Thank you for your reply! @Hao-Xu-optics |
Maybe you forgot to execute gamma correction? And you should also consider the illuminant spectrum. |
Well,I followed the tutorial you posted before and should have added gamma correction. Another question is how to obtain the light source spectrum? @Hao-Xu-optics |
You can download their code for HSI2RGB, illuminant spectrum's .mat files are included. For icvl I think illum_6500k is ok. |
ok,thanks for your suggestion! |
Hello, when I run generate_data_rgb_ntire.m, matlab is always unresponsive, I don't know what's wrong with me, I hope you can give me some guidance, thank you very much. What I did was to create the folder "data" and create the folders "train_data" and "valid" in it respectively. In the folder "train_data", I created the folders "rgb_real" and "rgb_clean" respectively. In the folder "valid" create the folders "validClean" and "validReal" respectively. I'm confused, I don't know what to put in the above folders, I hope you can help me, thank you very much. |
Hi,how do you get the corresponding RGB images from the hyperspectral images in the ICVL datasets?
Thank you for your reply! @ngchc
The text was updated successfully, but these errors were encountered: