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

gcForest for images #71

Open
dangmanhtruong1995 opened this issue Oct 2, 2019 · 0 comments
Open

gcForest for images #71

dangmanhtruong1995 opened this issue Oct 2, 2019 · 0 comments

Comments

@dangmanhtruong1995
Copy link

Hi.
In the gcForest paper the author states that three sliding windows are used: d/16, d/8, d/4 are used, where d is the number of features. However I don't understand about the case for images.
For example, with an image of size 472 * 677, for the case of d/16 would it be of size: (472 / 16) * (677 / 16), that would be a window size of (30, 43). The number of instances for one image would be: (472 - 30 + 1) * (677 - 43 + 1) = 281305. So the number of pixels would be: 281305 * 30 * 43 = 362883450. Compared to original: 472 * 677 = 319544 pixels. So the dataset would be bigger by 362883450 / 319544 = 1135.63 times.
It seems to me that this would make the new dataset too big.
I wonder if this is correct and what the author does to mitigate this?
Thank you very much.
Truong.

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

1 participant