Git Product home page Git Product logo

mxnet-cmu_pose's Introduction

mxnet-cmu_pose from versioncmu pose

Realtime Multi-Person Pose Estimation

Zhe Cao, Tomas Simon, Shih-En Wei, Yaser Sheikh.

Network Architecture

Teaser?

training processing

batch_size=12
lr_schedule=mx.lr_scheduler.FactorScheduler(step*10,0.333)
if optim=='sgd':
    optimizer_params={ 'momentum':0.9,
                        'wd':  0.00005,
                        'learning_rate':lr,
                        'lr_scheduler':lr_schedule}
    print 'using sgd optimizer'
    print 'optimal prarams:',optimizer_params

trainging speed

i didn't caculate, the general is 5~6 second 5 batches with batch size 12. i think it is similar to the original code.

result showing

[x] loss during training

plot?

[x] some samples from the dataset

sample1?

sample1?

how to use

  • first download the MPII dataset unzip it
  • if you use other dataset, please reimplement the MPII to ***, keep the roi_rec format unchanged. i adopt from VOC
  • if you use other dataset like MSCOCO, the mask may changed, please change the dataiter file from line_90 to line_105
  • the width of part affine field and sigma, and all other configration in the config.py.

Thanks

mxnet_Realtime_Multi-Person_Pose_Estimation model_file ,and some others.

mx-openpose mask generation and some others.

Citation

Please cite the paper in your publications if it helps your research:

@inproceedings{cao2017realtime,
  author = {Zhe Cao and Tomas Simon and Shih-En Wei and Yaser Sheikh},
  booktitle = {CVPR},
  title = {Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields},
  year = {2017}
  }
  
@inproceedings{wei2016cpm,
  author = {Shih-En Wei and Varun Ramakrishna and Takeo Kanade and Yaser Sheikh},
  booktitle = {CVPR},
  title = {Convolutional pose machines},
  year = {2016}
  }

mxnet-cmu_pose's People

Contributors

li-haoran avatar

Stargazers

 avatar Tze-Chien Chu avatar Amit avatar Lei Liu avatar  avatar  avatar Liang Depeng avatar

Watchers

James Cloos avatar  avatar Yong avatar

Forkers

akumar14

mxnet-cmu_pose's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.