Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Wonder-Tree/PoseCamera-cpp

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeFactor

PoseCamera(cpp)

Realtime Humanpose Estimation in C++

This is a realtime humanpose estimation using libtorch. This project can runs realtime (16fps) on CPU and about 50fps on GPU.

Install

use trace_model.py file to trace your pytorch model for libtorch c++

In order to run this demo, you have to follow these steps:

  1. Install thor which provide visualization utils.

    # Download libtorch
    # install thor
    git clone http://github.com/jinfagang/thor
    cd thor
    mkdir build && cd build
    cmake ..
    make -j8
    sudo make install
    
  2. make executable file

    mkdir build
    cd build
    cmake .. && make -j4
    

And that is all! make sure you have copied libtorch to your home folder.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.