Closed Peng-wei-Yu closed 6 years ago
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
It is class-agnostic regression, the output dim = 2*4.
@zhaoweicai I search the C++ code and see what does is mean, but why class-agnostic regression. Will is be much more robust?
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