Coder Social home page Coder Social logo

keypointgan's Introduction

Tomas Jakab, Ankush Gupta, Hakan Bilen, Andrea Vedaldi. CVPR, 2020 (Oral presentation).

Quick start

Download Simplified Human3.6M dataset from http://fy.z-yt.net/files.ytzhang.net/lmdis-rep/release-v1/human3.6m/human_images.tar.gz into ./datasets/simple_human36m/human_images.

Download a network for perceptual loss from http://www.robots.ox.ac.uk/~vgg/research/unsupervised_pose/resources/imagenet-vgg-verydeep-19.mat into ./networks/imagenet-vgg-verydeep-19.mat.

Paths to datasets and checkpoints can be also customized in configs/simple_human36m.yaml and configs/test_simple_human.yaml

Training

Training requires pre-trained keypoint regressor. See bellow for instructions on how to do the pre-training.

A pre-trained regressor can be also downloaded from http://www.robots.ox.ac.uk/~vgg/research/unsupervised_pose/resources/simple_human36m_regressor/580000_net_regressor.pth. Save the regressor into ./checkpoints/simple_human36m_regressor directory unless you specified a different path in the config above.

Train a model on Simplified Human3.6M dataset

python2.7 train.py -c configs/simple_human36m.yaml

Testing

Test a model on Simplified Human3.6M dataset

python2.7 test_pose.py --test_config configs/test_simple_human.yaml -c configs/simple_human36m.yaml --iteration <ITERATION_NUMBER>

Pre-training regressor

Coming soon.

Acknowledgments

Parts of the code are based on CycleGAN.

keypointgan's People

Contributors

tomasjakab avatar

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.