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
为什么hm的偏置要初始化为2.19 fc.bias.data.fill_(-2.19)
CenterNet/src/lib/models/networks/pose_dla_dcn.py
Line 465 in 2b7692c
topk_inds = topk_inds % (height * width) 这里topk_inds会超过height * width的吗?
CenterNet/src/lib/models/decode.py
Line 108 in 2b7692c
The text was updated successfully, but these errors were encountered:
question 1: #826
Sorry, something went wrong.
question 2, I have the same question, it is effectless
No branches or pull requests
为什么hm的偏置要初始化为2.19 fc.bias.data.fill_(-2.19)
CenterNet/src/lib/models/networks/pose_dla_dcn.py
Line 465 in 2b7692c
topk_inds = topk_inds % (height * width) 这里topk_inds会超过height * width的吗?
CenterNet/src/lib/models/decode.py
Line 108 in 2b7692c
The text was updated successfully, but these errors were encountered: