takuya-takeuchi / OpenPoseDotNet

OpenPose wrapper written in C++ and C# for Windows
MIT License
66 stars 25 forks source link

c# windows formで運用 #22

Open TomitaTseng opened 3 years ago

TomitaTseng commented 3 years ago

Hello お邪魔しました! 少し日本語ができますので、 日本語で質問させていただきます! 私はプログラム開発はまだ上手くないです。 何回もOpenPoseDotNetを試していましたが、 使い方は全然が分かりません! c# windows formでOpenPoseDotNetを使いたいですので、手順書が有りますでしょうか? 詳細な使い方を教えて頂ければ幸いです! お手数おかけします

takuya-takeuchi commented 3 years ago

@TomitaTseng Thank you for using Japanese to let me understand easily. You can use English because this issue page will be viewed by many peoples.

c# windows formでOpenPoseDotNetを使いたいですので、手順書が有りますでしょうか?

No. But basically, you must follow these steps

  1. Build OpenPoseDotNet.Native
  2. Build OpenPoseDotNet on develop branch
  3. Refer OpenPoseDotNet for WinForms project
  4. Copy binaries of OpenPoseDotNet.Native to application directory for running

And you can refer https://github.com/takuya-takeuchi/OpenPoseDotNet/tree/develop/examples. These example could help your requirments.

TomitaTseng commented 3 years ago
  1. Sorry, I want to follow the steps below, but I don't understand the meaning. Can you explain in detail? I use VS2019 to open OpenPoseDotNet.sln, But after pressing Bulid I get an error.

  2. I want to confirm one thing, my machine is not equipped with GPU, can I set CPU Only?