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

Extracting data correctly? #37

Open
XGBoost opened this issue Jun 16, 2019 · 1 comment
Open

Extracting data correctly? #37

XGBoost opened this issue Jun 16, 2019 · 1 comment

Comments

@XGBoost
Copy link

XGBoost commented Jun 16, 2019

When I run the extract_img_anno.m, I only find the training dataset. And I find that this line
https://github.com/liuwei16/CSP/blob/master/eval_caltech/extract_img_anno.m#L12
only extracts the training dataset, is it wrong?

@bomtorazek
Copy link

bomtorazek commented Jul 23, 2019

That's right. You can change it with the following:
if(s==1), type='test'; skip=[]; else type='train'; skip=3; continue; end

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