We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 = yscfg.MODEL.global_stride - wh[:,:, 1:2] xmax = xscfg.MODEL.global_stride + wh[:,:, 2:3] ymax = yscfg.MODEL.global_stride + wh[:,:, 3:4]
The class does not have label -1, and got a lot of label 0.
The text was updated successfully, but these errors were encountered:
Sorry, I can't understand what you said. And the postprocess should be ok.
Sorry, something went wrong.
No branches or pull requests
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 = yscfg.MODEL.global_stride - wh[:,:, 1:2]
xmax = xscfg.MODEL.global_stride + wh[:,:, 2:3]
ymax = yscfg.MODEL.global_stride + wh[:,:, 3:4]
The class does not have label -1, and got a lot of label 0.
The text was updated successfully, but these errors were encountered: