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

why have the date layer dim is 1*3*224*224 #39

Open
Pratyeka opened this issue Nov 24, 2015 · 1 comment
Open

why have the date layer dim is 1*3*224*224 #39

Pratyeka opened this issue Nov 24, 2015 · 1 comment

Comments

@Pratyeka
Copy link

In the paper,said input Map is of any size. why the prototxt rpn training have the data layer with dim 1_3_224*224? 3Q!

@rayzhang0346
Copy link

    % Reshape net's input blobs
    caffe_net.reshape_as_input(net_inputs);

This caffe function could reshape the input size as input blobs.
So the setting in prototxt will be changed.

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