Skip to content
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

Data set processing #7

Open
1shifeng opened this issue Jul 21, 2024 · 2 comments
Open

Data set processing #7

1shifeng opened this issue Jul 21, 2024 · 2 comments

Comments

@1shifeng
Copy link

Hello, take HS-ERGB as an example, the grayscale in the article converts the data set into gray and then trains and tests it, and where is the big fuzzy data set?

@XiangZ-0
Copy link
Owner

Hi, we also train GEM models on the RGB color space on the HS-ERGB dataset. For the gray metrics in Tab. 1 and 2, we simply convert the RGB outputs to grayscale to compute PSNR and SSIM, so you can see both color and gray metrics in Tab. 1 and 2.

As for the dataset, this link contains the pre-processed HS-ERGB dataset with normal blur. We will synthesize large blur by averaging consecutive blurry images during training (please refer to the code here). Hope this helps.

@1shifeng
Copy link
Author

OK,thank you for your reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants