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

What do the four values ​​of pred_box mean? #217

Open
small-code-cat opened this issue Nov 9, 2023 · 1 comment
Open

What do the four values ​​of pred_box mean? #217

small-code-cat opened this issue Nov 9, 2023 · 1 comment

Comments

@small-code-cat
Copy link

Does anyone know what the four values of the box predicted by Deformable-DETR mean? Is it (cx, cy, w, h), or does it need to be decoded again?

@JacobBITLABS
Copy link

If you mean the outputs of the outputs['pred_boxes'], it is the center coordinate: (x,y) and (w,h), width and height of BBox. It is outputted as the relative values [0,1] of the input inference input size and need to be scaled to to absolute values depending on the size of inference input.

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