-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
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
tinypose Unexpected datatype: Int64 #97
Comments
在 Sdcb.PaddleDetection.PaddleDetector.b__9_0(String x) |
修改了这里的代码直接报错。。。 |
keypoint目前还不支持 |
Describe the bug
使用GPU,其他模型都是正常的。
using (PaddleDetector detector = new PaddleDetector(modelDir, Path.Combine(modelDir, "infer_cfg.yml"), PaddleDevice.Gpu()))
tinypose_128x96模型,报错:
Unexpected datatype: Int64
Steps to reproduce the bug
using (PaddleDetector detector = new PaddleDetector(modelDir, Path.Combine(modelDir, "infer_cfg.yml"), PaddleDevice.Gpu()))
tinypose_128x96模型,报错:
Unexpected datatype: Int64
Expected behavior
No response
Screenshots
No response
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: