All Projects → DenisTome → Lifting From The Deep Release

DenisTome / Lifting From The Deep Release

Licence: gpl-3.0
Implementation of "Lifting from the Deep: Convolutional 3D Pose Estimation from a Single Image"

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Lifting From The Deep Release

Tensorflow realtime multi Person pose estimation
Multi-Person Pose Estimation project for Tensorflow 2.0 with a small and fast model based on MobilenetV3
Stars: ✭ 129 (-69.65%)
Mutual labels:  convolutional-neural-networks, human-pose-estimation
Tf Pose Estimation
Deep Pose Estimation implemented using Tensorflow with Custom Architectures for fast inference.
Stars: ✭ 3,856 (+807.29%)
Mutual labels:  convolutional-neural-networks, human-pose-estimation
Poseestimationformobile
💃 Real-time single person pose estimation for Android and iOS.
Stars: ✭ 783 (+84.24%)
Mutual labels:  convolutional-neural-networks, human-pose-estimation
Iseebetter
iSeeBetter: Spatio-Temporal Video Super Resolution using Recurrent-Generative Back-Projection Networks | Python3 | PyTorch | GANs | CNNs | ResNets | RNNs | Published in Springer Journal of Computational Visual Media, September 2020, Tsinghua University Press
Stars: ✭ 202 (-52.47%)
Mutual labels:  convolutional-neural-networks, unsupervised-learning
Deepco3
[CVPR19] DeepCO3: Deep Instance Co-segmentation by Co-peak Search and Co-saliency (Oral paper)
Stars: ✭ 127 (-70.12%)
Mutual labels:  convolutional-neural-networks, unsupervised-learning
Chinese Ufldl Tutorial
[UNMAINTAINED] 非监督特征学习与深度学习中文教程,该版本翻译自新版 UFLDL Tutorial 。建议新人们去学习斯坦福的CS231n课程,该门课程在网易云课堂上也有一个配有中文字幕的版本。
Stars: ✭ 303 (-28.71%)
Mutual labels:  convolutional-neural-networks, unsupervised-learning
Deeplogo
A brand logo detection system using tensorflow object detection API.
Stars: ✭ 388 (-8.71%)
Mutual labels:  convolutional-neural-networks
Deep Convolution Stock Technical Analysis
Uses Deep Convolutional Neural Networks (CNNs) to model the stock market using technical analysis. Predicts the future trend of stock selections.
Stars: ✭ 407 (-4.24%)
Mutual labels:  convolutional-neural-networks
Openpose train
Training repository for OpenPose
Stars: ✭ 381 (-10.35%)
Mutual labels:  human-pose-estimation
Activity Recognition With Cnn And Rnn
Temporal Segments LSTM and Temporal-Inception for Activity Recognition
Stars: ✭ 415 (-2.35%)
Mutual labels:  convolutional-neural-networks
Computer Vision
Programming Assignments and Lectures for Stanford's CS 231: Convolutional Neural Networks for Visual Recognition
Stars: ✭ 408 (-4%)
Mutual labels:  convolutional-neural-networks
Espnetv2
A light-weight, power efficient, and general purpose convolutional neural network
Stars: ✭ 377 (-11.29%)
Mutual labels:  convolutional-neural-networks
Convnetdraw
Draw multi-layer neural network in your browser
Stars: ✭ 391 (-8%)
Mutual labels:  convolutional-neural-networks
Deepface
Deep Learning Models for Face Detection/Recognition/Alignments, implemented in Tensorflow
Stars: ✭ 409 (-3.76%)
Mutual labels:  convolutional-neural-networks
Human Activity Recognition Using Cnn
Convolutional Neural Network for Human Activity Recognition in Tensorflow
Stars: ✭ 382 (-10.12%)
Mutual labels:  convolutional-neural-networks
Slimming
Learning Efficient Convolutional Networks through Network Slimming, In ICCV 2017.
Stars: ✭ 414 (-2.59%)
Mutual labels:  convolutional-neural-networks
Text Classification Models Pytorch
Implementation of State-of-the-art Text Classification Models in Pytorch
Stars: ✭ 379 (-10.82%)
Mutual labels:  convolutional-neural-networks
Graphwaveletneuralnetwork
A PyTorch implementation of "Graph Wavelet Neural Network" (ICLR 2019)
Stars: ✭ 404 (-4.94%)
Mutual labels:  convolutional-neural-networks
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 (-3.06%)
Mutual labels:  human-pose-estimation
Pytorch hmr
pytorch version of "End-to-end Recovery of Human Shape and Pose"
Stars: ✭ 402 (-5.41%)
Mutual labels:  human-pose-estimation

PWC

Lifting from the Deep

Denis Tome', Chris Russell, Lourdes Agapito

Lifting from the Deep: Convolutional 3D Pose Estimation from a Single Image, CVPR 2017

This project is licensed under the terms of the GNU GPLv3 license. By using the software, you are agreeing to the terms of the license agreement (link).

Teaser?

Abstract

We propose a unified formulation for the problem of 3D human pose estimation from a single raw RGB image that reasons jointly about 2D joint estimation and 3D pose reconstruction to improve both tasks. We take an integrated approach that fuses probabilistic knowledge of 3D human pose with a multi-stage CNN architecture and uses the knowledge of plausible 3D landmark locations to refine the search for better 2D locations. The entire process is trained end-to-end, is extremely efficient and obtains stateof-the-art results on Human3.6M outperforming previous approaches both on 2D and 3D errors.

Dependencies

The code is compatible with python2.7

Models

For this demo, CPM's caffe-models trained on the MPI datasets (link) are used for 2D pose estimation, whereas for 3D pose estimation our probabilistic 3D pose model is trained on the Human3.6M dataset.

Testing

  • First, run setup.sh to retreive the trained models and to install the external utilities.
  • Run demo.py to evaluate the test image.

Additional material

Citation

@InProceedings{Tome_2017_CVPR,
author = {Tome, Denis and Russell, Chris and Agapito, Lourdes},
title = {Lifting From the Deep: Convolutional 3D Pose Estimation From a Single Image},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {July},
year = {2017}
}

Notes

The models provided for the demo are NOT the ones that have been used to generate results for the paper. We are still in the process of converting all the code.

Acknowledgements

This work has been supported by the SecondHands project, funded from the EU Horizon 2020 Research and Innovation programme under grant agreement No 643950.

References

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].