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

Add default prior box var for box_coder_op #11164

Merged
merged 5 commits into from
Jun 5, 2018

Conversation

Noplz
Copy link
Contributor

@Noplz Noplz commented Jun 4, 2018

fix #10462

@qingqing01 qingqing01 added this to In Progress in Computer Vision: Faster-RCNN Jun 5, 2018
@qingqing01 qingqing01 changed the title add default prior box var Add default prior box var for box_coder_op Jun 5, 2018
prior_box_var_data = default_box_var.data<T>();
} else {
prior_box_var_data = prior_box_var->data<T>();
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can make EncodeCenterSizeKernel and DecodeCenterSizeKernel to support whether to consider the variance, instead of creating a constant Tensor with all 1 here.

Copy link
Contributor

@qingqing01 qingqing01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@qingqing01 qingqing01 merged commit 666c94e into PaddlePaddle:develop Jun 5, 2018
Computer Vision: Faster-RCNN automation moved this from In Progress to Done Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

Fluid Faster RCNN implementation
2 participants