Skip to content

jjg0519/OpenPoseDotNet

 
 

Repository files navigation

Alt text OpenPose.Net GitHub license

OpenPose wrapper written in C++ and C# for Windows
OpenPoseDotNet is .NET Standard library. It could work on Mac and Linux.

⚠️ Warning

OpenPoseDotNet adopts MIT license but OpenPose doesn't. OpenPose adopts other license and it allows to use for only ACADEMIC OR NON-PROFIT ORGANIZATION NONCOMMERCIAL RESEARCH.
I never guarantee that the license issue will not occur by using OpenPoseDotNet.

Package

Package NuGet
OpenPoseDotNet NuGet version

Quick Start

1. Build OpenPose

> BuildWindowsVS2015.bat <Debug/Release>

2. Build OpenPoseDotNet

> cd src\OpenPoseDotNet.Native
> BuildWindowsVS2015.bat <Debug/Release>

3. Try Tutorial

> cd examples\Tutorial\1_BodyFromImage
> CopyOpenPose.bat <Debug/Release>
> dotnet run -c Release  -i "<OpenPoseDotNet>\openpose\examples\med
ia\COCO_val2014_000000000192.jpg"

💡 NOTE

Currently, Windows prebuild binary is not available.

Dependencies Libraries and Products

License: The 3-clause BSD License

Author: Google

Principal Use: The commandline flags processing for OpenPose and OpenPoseDotNet.

License: ACADEMIC OR NON-PROFIT ORGANIZATION NONCOMMERCIAL RESEARCH USE ONLY

Author: Carnegie Mellon University Perceptual Computing Lab

Principal Use: A toolkit for Real-time multi-person keypoint detection library for body, face, hands, and foot estimation. Main goal of OpenPoseDotNet is what wraps OpenPose by C#.

License: MS-.NET-Library-JS License

Author: Microsoft

Principal Use: Command-line parsing for example application

License: The 3-clause BSD License

Author: Intel Corporation, Willow Garage, Itseez

Principal Use: OpenPose and OpenPoseDotNet uses to read and show image data.

About

OpenPose wrapper written in C++ and C# for Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 77.8%
  • C++ 15.6%
  • C 5.1%
  • Other 1.5%