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
您好,为什么使用自己的模型进行测试时会产生这个报错: bbox_tlwh[:, 0] = bbox_xywh[:, 0] - bbox_xywh[:, 2]/2. IndexError: too many indices for tensor of dimension 1
The text was updated successfully, but these errors were encountered:
我的这边也是这个错误。环境是:py3.6.9、torch1.9、cuda10
Sorry, something went wrong.
参考第一个issues的答案就能解决了
No branches or pull requests
您好,为什么使用自己的模型进行测试时会产生这个报错:
bbox_tlwh[:, 0] = bbox_xywh[:, 0] - bbox_xywh[:, 2]/2.
IndexError: too many indices for tensor of dimension 1
The text was updated successfully, but these errors were encountered: