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 fast rcnn's input is different from the training prototxt #22

Open
milk-bottle-liyu opened this issue Apr 1, 2017 · 0 comments
Open

Comments

@milk-bottle-liyu
Copy link

I am a green hand and sorry to bother you about this closed project, but I'm quite confused about the test.prototxt of the VGG16 model, in which the input is
input: "data"
input_shape {
dim: 1
dim: 3
dim: 224
dim: 224
}

input: "rois"
input_shape {
dim: 1 # to be changed on-the-fly to num ROIs
dim: 5 # [batch ind, x1, y1, x2, y2] zero-based indexing
}

is this natively supported by caffe or Mr. RGB change the source code?

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