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

Hello, I want to know is there some data process before run data_find.py? #1

Closed
JingqiNiu opened this issue Sep 27, 2022 · 7 comments
Closed

Comments

@JingqiNiu
Copy link

When I see your paper, I find it in the paper, a IDirD image resize to 768×768 , splitinto 3*3 patch and covert to gray space. I don't find any process in data_find.py. So should I process IDRID frist into that format?

@WentianZhang-ML
Copy link
Owner

Sure. You need to resize a IDRiD image to 768×768 pixels and convert it to gray. Then use data_find.py to process data and split it into patches.

@JingqiNiu
Copy link
Author

So the data_find.py will split it into patches?

@JingqiNiu
Copy link
Author

And can you prove the train val split for ADAM and IDIRD?

@WentianZhang-ML
Copy link
Owner

We provide an example of split operation in function 'hog_split' in data_find.py. And the input of model is in form of patches.

@WentianZhang-ML
Copy link
Owner

We followed the original protocol of two datasets and you can see the detailed information in their papers.

@JingqiNiu
Copy link
Author

Thanks a lot

@WentianZhang-ML
Copy link
Owner

If you find it is useful, hopefully give a star to this repository

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