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
ValueError: operands could not be broadcast together with shapes (12800,) (3200,)
The text was updated successfully, but these errors were encountered:
同问,与python版本有关?
Sorry, something went wrong.
同问,报错后这样改scores = outs[idx * self.fmc][0] bbox_preds = outs[idx * self.fmc + 3][0] * stride kps_preds =outs[idx * self.fmc + 6][0]* stride 报错: kps_preds =outs[idx * self.fmc + 6][0]* stride IndexError: tuple index out of range 求助!
您好,请问解决这个问题了吗?😭
scores = outs[idx][0] bbox_preds = outs[idx + self.fmc * 1][0] * stride kps_preds = outs[idx + self.fmc * 2][0] * stride
No branches or pull requests
ValueError: operands could not be broadcast together with shapes (12800,) (3200,)
The text was updated successfully, but these errors were encountered: