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
可以跑通从官网下载的 ppyoloe 模型。
之后换成了从官网下载并转换格式后的 ppyoloe+ 模型,模型可以被正常加载,但在预测时就报出: 引发的异常:“System.AccessViolationException”(位于 Sdcb.PaddleDetection.dll 中) “System.AccessViolationException”类型的未经处理的异常在 Sdcb.PaddleDetection.dll 中发生 尝试读取或写入受保护的内存。这通常指示其他内存已损坏。
请问这是表示库不支持新版的 ppyoloe+ 模型的意思吗?有什么方法可以使用这个模型呢?
sdcb.PaddleDetection 调用ppyoloe+模型时会报错
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
可以跑通从官网下载的 ppyoloe 模型。
之后换成了从官网下载并转换格式后的 ppyoloe+ 模型,模型可以被正常加载,但在预测时就报出:
引发的异常:“System.AccessViolationException”(位于 Sdcb.PaddleDetection.dll 中)
“System.AccessViolationException”类型的未经处理的异常在 Sdcb.PaddleDetection.dll 中发生
尝试读取或写入受保护的内存。这通常指示其他内存已损坏。
请问这是表示库不支持新版的 ppyoloe+ 模型的意思吗?有什么方法可以使用这个模型呢?
Steps to reproduce the bug
sdcb.PaddleDetection 调用ppyoloe+模型时会报错
Expected behavior
No response
Screenshots
Release version
No response
IDE
No response
OS version
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: