-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
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. |
So the data_find.py will split it into patches? |
And can you prove the train val split for ADAM and IDIRD? |
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. |
We followed the original protocol of two datasets and you can see the detailed information in their papers. |
Thanks a lot |
If you find it is useful, hopefully give a star to this repository |
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?
The text was updated successfully, but these errors were encountered: