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

I wonder why the bbox_pre layer's num_output is always 8 #50

Closed
Peng-wei-Yu opened this issue Aug 10, 2018 · 2 comments
Closed

I wonder why the bbox_pre layer's num_output is always 8 #50

Peng-wei-Yu opened this issue Aug 10, 2018 · 2 comments

Comments

@Peng-wei-Yu
Copy link

In the train.prototxt, show as follow:
layer {
name: "bbox_pred"
type: "InnerProduct"
bottom: "data"
top: "bbox_pred"
param {
lr_mult: 1
}
param {
lr_mult: 2
}
inner_product_param {
num_output: 8
weight_filler {
type: "gaussian"
std: 0.001
}
bias_filler {
type: "constant"
value: 0
}
}
}
I don't understand why the num_output is 8

@zhaoweicai
Copy link
Owner

It is class-agnostic regression, the output dim = 2*4.

@Peng-wei-Yu
Copy link
Author

@zhaoweicai I search the C++ code and see what does is mean, but why class-agnostic regression. Will is be much more robust?

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