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

network postprocess def decode(heat, wh, K=100): #6

Open
ZCCDL opened this issue Dec 24, 2020 · 1 comment
Open

network postprocess def decode(heat, wh, K=100): #6

ZCCDL opened this issue Dec 24, 2020 · 1 comment

Comments

@ZCCDL
Copy link

ZCCDL commented Dec 24, 2020

Has the author ever experimented with this part of network postprocess,
Try it. There's something wrong with the class and box information.

such as:
xmin = xscfg.MODEL.global_stride - wh[:,:, 0:1]
ymin = ys
cfg.MODEL.global_stride - wh[:,:, 1:2]
xmax = xscfg.MODEL.global_stride + wh[:,:, 2:3]
ymax = ys
cfg.MODEL.global_stride + wh[:,:, 3:4]

The class does not have label -1, and got a lot of label 0.

@610265158
Copy link
Owner

610265158 commented Dec 25, 2020

Sorry, I can't understand what you said.
And the postprocess should be ok.

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