All Projects → mpskex → Convolutional-Pose-Machine-tf

mpskex / Convolutional-Pose-Machine-tf

Licence: LGPL-3.0 license
Convolutional Pose Machine tensorflow implementation

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Convolutional-Pose-Machine-tf

NSRMhand
[WACV 2020] "Nonparametric Structure Regularization Machine for 2D Hand Pose Estimation"
Stars: ✭ 95 (+33.8%)
Mutual labels:  cpm
Format.cmake
💅 Stylize your code! Automatic clang-format and cmake-format targets for CMake.
Stars: ✭ 94 (+32.39%)
Mutual labels:  cpm
gorilla-cpm
GORILLA.BAS port to CP/M in Turbo Modula-2. Supported terminals: VT52, VT100, ANSI, ADM-31, KayPro, C128, Memotech monochrome, CPC / Zenith Z19
Stars: ✭ 45 (-36.62%)
Mutual labels:  cpm
VolksForth
volksFORTH is a 16bit Forth System maintained by the German Forth Gesellschaft e.V.
Stars: ✭ 41 (-42.25%)
Mutual labels:  cpm
lighthouse-of-doom
A simple text-based adventure game
Stars: ✭ 52 (-26.76%)
Mutual labels:  cpm
ZSM4
Z80/Z180/Z280 Macro Assembler for CP/M, UZI180 and RSX180
Stars: ✭ 26 (-63.38%)
Mutual labels:  cpm
cpmtools
Tools to access CP/M file systems (forked)
Stars: ✭ 29 (-59.15%)
Mutual labels:  cpm
mescc
Mike's Enhanced Small C Compiler for Z80 and CP/M.
Stars: ✭ 23 (-67.61%)
Mutual labels:  cpm
iz-cpm
Portable CP/M emulation to run CP/M 2.2 binaries for Z80
Stars: ✭ 56 (-21.13%)
Mutual labels:  cpm
a80
Intel 8080/Zilog Z80 assembler written in D.
Stars: ✭ 23 (-67.61%)
Mutual labels:  cpm
spectrum128 cpm
zx spectrum 128 emulation on stm32f407 + Grant Searle's CP/M system port ili9341 16 bit display
Stars: ✭ 29 (-59.15%)
Mutual labels:  cpm
cpm8266
Z80-CP/M2.2 emulation on ESP8266 NONOS SDK + the NoSDK from cnlohr
Stars: ✭ 110 (+54.93%)
Mutual labels:  cpm
queens-cpm
Eight Queen Puzzle - portable CP/M version, written on Commodore 128
Stars: ✭ 24 (-66.2%)
Mutual labels:  cpm

Convolutional Pose Machine implemented with tensorflow

This model is still work in progress.

Trainable with MPI dataset.

Details are in my blog in Chinese.

CPM

Model: Convolutional Pose Machine

Please go to my site to choose the Convolutional Pose Machine model And put the model in model/ directory

Demo & Benchmark Results

50FPS@GTX960 RealTime DEMO PCKh Benchmark Result Demo

Train & model update (2018-Nov)

  • Mobile CPM is avaliable! 50FPS!! try it out!
  • Parameters in Numpy is avaliable!
  • Native Data Generator in Paralleled structures
  • More Layers and Faster R-CNN Code in side (Find your gadget in repo)
  • more functionality! like layers (Proposal Layers, Dispatch Layers, RoI Align Layer) and Regularization stuffs
  • Pretrained model avaliable in days here!

Live demo avaliable (2018-Jul)

  • Live Camera Demo
  • Offline Video Processing Demo

Live Demo

TODOs

  • Still working in benchmark (Not in this project's workflow)

Credit

Cited Convolutional Pose Machine

@inproceedings{wei2016cpm,
    author = {Shih-En Wei and Varun Ramakrishna and Takeo Kanade and Yaser Sheikh},
    booktitle = {CVPR},
    title = {Convolutional pose machines},
    year = {2016}
}

Thanks to wbenbihi@github for his batch generator~

Author: Liu Fangrui aka mpsk
    Beijing University of Technology
        College of Computer Science & Technology
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].