486

GitHub - NVIDIA-AI-IOT/trt_pose: Real-time pose estimation accelerated with NVID...

 4 years ago
source link: https://github.com/NVIDIA-AI-IOT/trt_pose
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

README.md

TensorRT Pose Estimation

This project features multi-instance pose estimation accelerated by NVIDIA TensorRT. It is ideal for applications where low latency is necessary. It includes

  • Training scripts to train on any keypoint task data in MSCOCO format

  • A collection of models that may be easily optimized with TensorRT using torch2trt

This project can be used easily for the task of human pose estimation, or extended for something new.

If you run into any issues please let us know.

Tasks

Human pose estimation

67125332-71a64580-f1a9-11e9-8ee1-e759a38de215.gif

This task involves detecting human body pose using models trained on the MSCOCO dataset.

Models

Below are models pre-trained on the MSCOCO dataset. The throughput in FPS is shown for each platform

Model Jetson Nano Jetson Xavier Weights resnet18_baseline_att_224x224_A 22 251 download (81MB) densenet121_baseline_att_256x256_B 12 101 download (84MB)

Live demo

To run the live Jupyter Notebook demo on real-time camera input, follow these steps

  1. Place the downloaded weights in the tasks/human_pose directory

  2. Open and follow the live_demo.ipynb notebook

    You may need to modify the notebook, depending on which model you use

Setup

To install trt_pose, call this command

We assume you have already installed PyTorch, torchvision, and TensorRT

sudo pip3 install tqdm cython pycocotools
sudo apt-get install python3-matplotlib
git clone https://github.com/NVIDIA-AI-IOT/trt_pose
cd trt_pose
sudo python3 setup.py install

See also

  • torch2trt - An easy to use PyTorch to TensorRT converter

  • JetBot - An educational AI robot based on NVIDIA Jetson Nano

  • JetRacer - An educational AI racecar using NVIDIA Jetson Nano

  • JetCam - An easy to use Python camera interface for NVIDIA Jetson

References

Cao, Zhe, et al. "Realtime multi-person 2d pose estimation using part affinity fields." Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2017.

Xiao, Bin, Haiping Wu, and Yichen Wei. "Simple baselines for human pose estimation and tracking." Proceedings of the European Conference on Computer Vision (ECCV). 2018.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK