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

function "detection_out()" issue #143

Open
AllanZuo opened this issue Jul 19, 2018 · 0 comments
Open

function "detection_out()" issue #143

AllanZuo opened this issue Jul 19, 2018 · 0 comments

Comments

@AllanZuo
Copy link

In "detection_out()" function,I think mbox_loc and variance are the same. Am I right?
Here is the source code:
Each prediction is: [label, confidence, xmin, ymin, xmax, ymax]
mbox_loc = predictions[:, :, :4]
variances = predictions[:, :, -4:]
mbox_priorbox = predictions[:, :, -8:-4]
mbox_conf = predictions[:, :, 4:-8]
results = []
...

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