Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant