Skip to content

Openpose's Unity demo for CVPR 2018, and a plugin for Unity users.

Notifications You must be signed in to change notification settings

gineshidalgo99/OpenPoseUnityDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 

Repository files navigation

OpenPoseUnityDemo

Overview:

This repository uses OpenPose as base library. Link: https://github.com/CMU-Perceptual-Computing-Lab/openpose

OpenPosePlugin: This project is developed to create a OpenPose plugin for Unity users. It uses modified OpenPose dll library and provides formatted OpenPose output and some examples.

To run OpenPosePlugin:

Follow the steps:

  1. Download additional files (Plugins and models) from this Google Drive link
  2. Clone or download the project into your local machine.
  3. Put the unzipped “models” folder, from the link above, into “OpenPosePlugin/Assets/StreamingAssets” root folder.
  4. Put the unzipped “Plugins” folder into “OpenPosePlugin/Assets/OpenPose” folder.
  5. Install CUDA and CUDNN as OpenPose prerequisites refering to OpenPose Installation Guide.
  6. Open Unity editor and run the "Demo.unity" in "OpenPosePlugin/Assets/OpenPose/Examples/Scenes/".
  7. Read the Detailed documentation and the UML diagram for more information.

NOTICE:

This is an alpha release, everything is subject to change. The plugin will finally be available in Unity Assets store in the future.

About

Openpose's Unity demo for CVPR 2018, and a plugin for Unity users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 95.1%
  • ShaderLab 4.9%