Skip to content
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

Open
traitors09 opened this issue Jun 13, 2024 · 6 comments
Open

tinypose Unexpected datatype: Int64 #97

traitors09 opened this issue Jun 13, 2024 · 6 comments

Comments

@traitors09
Copy link

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

@traitors09 traitors09 changed the title Bug title tinypose Unexpected datatype: Int64 Jun 13, 2024
@traitors09
Copy link
Author

image

@traitors09
Copy link
Author

@traitors09
Copy link
Author

在 Sdcb.PaddleDetection.PaddleDetector.b__9_0(String x)
在 System.Linq.Enumerable.WhereSelectArrayIterator2.MoveNext() 在 System.Linq.Buffer1..ctor(IEnumerable1 source) 在 System.Linq.Enumerable.ToArray[TSource](IEnumerable1 source)
在 Sdcb.PaddleDetection.PaddleDetector.Run(Mat src)
在 PostureRecogntion.Form1.button2_Click(Object sender, EventArgs e) 在 E:\traitor\PostureRecogntion\PostureRecogntion\Form1.cs 中: 第 149 行
在 System.Windows.Forms.Control.OnClick(EventArgs e)
在 System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.ButtonBase.WndProc(Message& m)
在 System.Windows.Forms.Button.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
在 System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
在 System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
在 System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
在 System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
在 PostureRecogntion.Program.Main() 在 E:\traitor\PostureRecogntion\PostureRecogntion\Program.cs 中: 第 19 行

@traitors09
Copy link
Author

image
不支持int64的数据吗?

@traitors09
Copy link
Author

修改了这里的代码直接报错。。。

@sdcb
Copy link
Owner

sdcb commented Jun 16, 2024

keypoint目前还不支持

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants