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

The adaptive mode #10

Open
jimmy-dq opened this issue May 15, 2018 · 1 comment
Open

The adaptive mode #10

jimmy-dq opened this issue May 15, 2018 · 1 comment

Comments

@jimmy-dq
Copy link

Hi, @martin-danelljan, how to keep the standard inputsize(224*224) to the CNN model in your code? I find that there is a cnndefault mode, but it doesn't work. Thank you very much!

@martin-danelljan
Copy link
Owner

Set the last argument in the call to init_features to 'same'.
Then set
params.min_image_sample_size = 224^2;
params.max_image_sample_size = 224^2;
in the runfile.

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