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
> When I use mmdet 2.17, the problem is solved.
@leijie0106 请问你是怎么解决的,不管我怎么设置都会有下面的错误 换了2.17也有,by_prob设置成False也是一样的错误 assert len(indices) == len(self) AssertionError self.by_prob: True indices: 0, self: 29320
Originally posted by @lihuikenny in #83 (comment)
The text was updated successfully, but these errors were encountered:
请问你解决了这个问题了吗
Sorry, something went wrong.
No branches or pull requests
@leijie0106 请问你是怎么解决的,不管我怎么设置都会有下面的错误
换了2.17也有,by_prob设置成False也是一样的错误
assert len(indices) == len(self)
AssertionError
self.by_prob: True
indices: 0, self: 29320
Originally posted by @lihuikenny in #83 (comment)
The text was updated successfully, but these errors were encountered: