All Projects → 1adrianb → Binary Human Pose Estimation

1adrianb / Binary Human Pose Estimation

Licence: bsd-3-clause
This code implements a demo of the Binarized Convolutional Landmark Localizers for Human Pose Estimation and Face Alignment with Limited Resources paper by Adrian Bulat and Georgios Tzimiropoulos.

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to Binary Human Pose Estimation

Human Pose Estimation
This repository implements a demo of the Human pose estimation via Convolutional Part Heatmap Regression paper.
Stars: ✭ 98 (-53.33%)
Mutual labels:  human-pose-estimation, torch7
Replica
Ghidra Analysis Enhancer 🐉
Stars: ✭ 194 (-7.62%)
Mutual labels:  binary
Vnect
Real-time 3D human pose estimation, implemented by tensorflow
Stars: ✭ 157 (-25.24%)
Mutual labels:  human-pose-estimation
Txeh
Go library and CLI utilty for /etc/hosts management.
Stars: ✭ 181 (-13.81%)
Mutual labels:  binary
Awesome Human Motion
🏃‍♀️ A curated list about human motion capture, analysis and synthesis.
Stars: ✭ 161 (-23.33%)
Mutual labels:  human-pose-estimation
Posenet Pytorch
A PyTorch port of Google TensorFlow.js PoseNet (Real-time Human Pose Estimation)
Stars: ✭ 187 (-10.95%)
Mutual labels:  human-pose-estimation
Cs2cpp
C# to C++ transpiler (Cs2Cpp) (Powered by Roslyn)
Stars: ✭ 155 (-26.19%)
Mutual labels:  binary
Chronicle Wire
A Java Serialisation Library that supports multiple formats
Stars: ✭ 204 (-2.86%)
Mutual labels:  binary
Qiling
Qiling Advanced Binary Emulation Framework
Stars: ✭ 2,816 (+1240.95%)
Mutual labels:  binary
Imgclsmob
Sandbox for training deep learning networks
Stars: ✭ 2,405 (+1045.24%)
Mutual labels:  human-pose-estimation
Deepstream pose estimation
This is a sample DeepStream application to demonstrate a human pose estimation pipeline.
Stars: ✭ 168 (-20%)
Mutual labels:  human-pose-estimation
Keraspersonlab
Keras-tensorflow implementation of PersonLab (https://arxiv.org/abs/1803.08225)
Stars: ✭ 163 (-22.38%)
Mutual labels:  human-pose-estimation
Gtirb
Intermediate Representation for Binary analysis and transformation
Stars: ✭ 190 (-9.52%)
Mutual labels:  binary
Dynamics
A Compositional Object-Based Approach to Learning Physical Dynamics
Stars: ✭ 159 (-24.29%)
Mutual labels:  torch7
Binaryserializer
A declarative serialization framework for controlling formatting of data at the byte and bit level using field bindings, converters, and code.
Stars: ✭ 197 (-6.19%)
Mutual labels:  binary
V2v Posenet Pytorch
PyTorch implementation of V2V-PoseNet with IntegralPose/PoseFix loss
Stars: ✭ 156 (-25.71%)
Mutual labels:  human-pose-estimation
Karkinos
A thorough library database to assist with binary exploitation tasks.
Stars: ✭ 170 (-19.05%)
Mutual labels:  binary
Raw Wasm
Raw WebAssembly demos
Stars: ✭ 183 (-12.86%)
Mutual labels:  binary
Pytorch realtime multi Person pose estimation
Pytorch version of Realtime Multi-Person Pose Estimation project
Stars: ✭ 205 (-2.38%)
Mutual labels:  human-pose-estimation
Human Pose Estimation.pytorch
The project is an official implement of our ECCV2018 paper "Simple Baselines for Human Pose Estimation and Tracking(https://arxiv.org/abs/1804.06208)"
Stars: ✭ 2,485 (+1083.33%)
Mutual labels:  human-pose-estimation

Binarized Convolutional Landmark Localizers for Human Pose Estimation and Face Alignment with Limited Resources

This code implements a demo of the Binarized Convolutional Landmark Localizers for Human Pose Estimation and Face Alignment with Limited Resources paper by Adrian Bulat and Georgios Tzimiropoulos.

For the Face Alignment demo please check: https://github.com/1adrianb/binary-face-alignment

Requirements

  • Install the latest Torch7 version (for Windows, please follow the instructions avaialable here)

Packages

Setup

Clone the github repository

git clone https://github.com/1adrianb/binary-human-pose-estimation --recursive
cd binary-human-pose-estimation

Build and install the BinaryConvolution package

cd bnn.torch/; luarocks make; cd ..;

Install the modified optnet package

cd optimize-net/; luarocks make rocks/optnet-scm-1.rockspec; cd ..;

Run the following command to prepare the files required by the demo. This will download 10 images from the MPII dataset alongside the dataset structure converted to .t7

th download-content.lua

Download the model available bellow and place it in the models folder.

Usage

In order to run the demo simply type:

th main.lua

Pretrained models

Layer type Model Size MPII error
MPII 1.3MB 76.0

Note: More pretrained models will be added soon

Notes

For more details/questions please visit the project page or send an email at [email protected]

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