All Projects → timctho → Vnect Tensorflow

timctho / Vnect Tensorflow

Licence: apache-2.0

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Vnect Tensorflow

Expose
ExPose - EXpressive POse and Shape rEgression
Stars: ✭ 254 (-42.53%)
Mutual labels:  human-pose-estimation
Deep High Resolution Net.pytorch
The project is an official implementation of our CVPR2019 paper "Deep High-Resolution Representation Learning for Human Pose Estimation"
Stars: ✭ 3,521 (+696.61%)
Mutual labels:  human-pose-estimation
Openpose train
Training repository for OpenPose
Stars: ✭ 381 (-13.8%)
Mutual labels:  human-pose-estimation
3dmppe rootnet release
Official PyTorch implementation of "Camera Distance-aware Top-down Approach for 3D Multi-person Pose Estimation from a Single RGB Image", ICCV 2019
Stars: ✭ 276 (-37.56%)
Mutual labels:  human-pose-estimation
Semgcn
The Pytorch implementation for "Semantic Graph Convolutional Networks for 3D Human Pose Regression" (CVPR 2019).
Stars: ✭ 290 (-34.39%)
Mutual labels:  human-pose-estimation
Lightweight Human Pose Estimation 3d Demo.pytorch
Real-time 3D multi-person pose estimation demo in PyTorch. OpenVINO backend can be used for fast inference on CPU.
Stars: ✭ 331 (-25.11%)
Mutual labels:  human-pose-estimation
rmpe dataset server
Realtime Multi-Person Pose Estimation data server. Used as a training and validation data provider in training process.
Stars: ✭ 14 (-96.83%)
Mutual labels:  human-pose-estimation
3dmppe posenet release
Official PyTorch implementation of "Camera Distance-aware Top-down Approach for 3D Multi-person Pose Estimation from a Single RGB Image", ICCV 2019
Stars: ✭ 412 (-6.79%)
Mutual labels:  human-pose-estimation
Posefix release
Official TensorFlow implementation of "PoseFix: Model-agnostic General Human Pose Refinement Network", CVPR 2019
Stars: ✭ 296 (-33.03%)
Mutual labels:  human-pose-estimation
Darkpose
Distribution-Aware Coordinate Representation for Human Pose Estimation
Stars: ✭ 369 (-16.52%)
Mutual labels:  human-pose-estimation
V2v Posenet release
Official Torch7 implementation of "V2V-PoseNet: Voxel-to-Voxel Prediction Network for Accurate 3D Hand and Human Pose Estimation from a Single Depth Map", CVPR 2018
Stars: ✭ 286 (-35.29%)
Mutual labels:  human-pose-estimation
Tf Simplehumanpose
TensorFlow implementation of "Simple Baselines for Human Pose Estimation and Tracking", ECCV 2018
Stars: ✭ 291 (-34.16%)
Mutual labels:  human-pose-estimation
Pytorch Human Pose Estimation
Implementation of various human pose estimation models in pytorch on multiple datasets (MPII & COCO) along with pretrained models
Stars: ✭ 346 (-21.72%)
Mutual labels:  human-pose-estimation
Pose Residual Network Pytorch
Code for the Pose Residual Network introduced in 'MultiPoseNet: Fast Multi-Person Pose Estimation using Pose Residual Network' paper https://arxiv.org/abs/1807.04067
Stars: ✭ 277 (-37.33%)
Mutual labels:  human-pose-estimation
Pytorch hmr
pytorch version of "End-to-end Recovery of Human Shape and Pose"
Stars: ✭ 402 (-9.05%)
Mutual labels:  human-pose-estimation
BOA
Bilevel Online Adaptation for Human Mesh Reconstruction
Stars: ✭ 43 (-90.27%)
Mutual labels:  human-pose-estimation
Simple Hrnet
Multi-person Human Pose Estimation with HRNet in Pytorch
Stars: ✭ 299 (-32.35%)
Mutual labels:  human-pose-estimation
Lifting From The Deep Release
Implementation of "Lifting from the Deep: Convolutional 3D Pose Estimation from a Single Image"
Stars: ✭ 425 (-3.85%)
Mutual labels:  human-pose-estimation
Tf Pose Estimation
Deep Pose Estimation implemented using Tensorflow with Custom Architectures for fast inference.
Stars: ✭ 3,856 (+772.4%)
Mutual labels:  human-pose-estimation
Posenet Python
A Python port of Google TensorFlow.js PoseNet (Real-time Human Pose Estimation)
Stars: ✭ 350 (-20.81%)
Mutual labels:  human-pose-estimation

VNect -- Tensorflow version

This project is the tensorflow implementation of VNect: Real-time 3D Human Pose Estimation with a Single RGB Camera, SIGGRAPH 2017.

This is not an official implementation. Please contact paper author for related model.

Environments

  • Ubuntu 16.04
  • Python 2.7
  • Tensorflow 1.3.0
  • OpenCV 3.3.0
  • OpenGL (optional)

Inference

  • 1.Download model, put them in folder models/weights
  • 2.Edit demo settings in shell script, --device --demo_type --model_file --test_img --plot_2d --plot_3d
  • 3.If you have OpenGL, you can run run_demo_tf_gl.sh for faster rendering of 3d joints. Otherwise, run run_demo_tf.sh

TODO

  • Some bugs in detected 3D joint locations.
  • Training part of model.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].