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
当我尝试运行val_det.py时,提示forward()出现了未知的参数val,然后查看代码
但是去models/common.py中查看DetectMultiBackend()却发现forward()中并没有val这个参数
所以这应该是个小bug或者是没有及时更新的地方,无论是在common.py的forward()中添加一个val参数或者是去掉推理时的val=True都可以解决这个问题.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
当我尝试运行val_det.py时,提示forward()出现了未知的参数val,然后查看代码
但是去models/common.py中查看DetectMultiBackend()却发现forward()中并没有val这个参数
所以这应该是个小bug或者是没有及时更新的地方,无论是在common.py的forward()中添加一个val参数或者是去掉推理时的val=True都可以解决这个问题.
The text was updated successfully, but these errors were encountered: