digital-standard / ThreeDPoseUnityBarracuda

Unity sample of 3D pose estimation using Barracuda
1.45k stars 276 forks source link

Question about the Neural network model #38

Open Danial-Kord opened 2 years ago

Danial-Kord commented 2 years ago

Hey there, Thank you for this great project. I had a question about the ONNX model that is used inside the project, Can you explain how the model works(what is its outputs), and did you train it by yourself or it is a pre-trained model like BlazePose or OpenPose.

Thanks.

Holmex commented 1 year ago

嘿, 谢谢你的这个伟大的项目。 我有一个关于项目内部使用的 ONNX 模型的问题,你能解释一下这个模型是如何工作的吗(它的输出是什么),你是自己训练它还是像 BlazePose 或 OpenPose 这样的预训练模型。

谢谢。

Hi, have you found the reason? I also have the following questions. The C# script used to estimate the pose is named VNect, which means that the model used in this article is VNect? Why import a Resnet3_4.onnx model? Is it related to VNect? Maybe someone can help us.