Code Monkey home page Code Monkey logo

flowtrack.pytorch's Introduction

flowtrack.pytorch

Pytorch implementation of FlowTrack.

Simple Baselines for Human Pose Estimation and Tracking (https://arxiv.org/pdf/1804.06208.pdf)

TO DO:

  • Human detection
  • Single person pose estimation
  • Optical flow estimation
  • Box propagation
  • Pose tracking

Requirements

pytorch >= 0.4.0
torchvision
pycocotools
tensorboardX

Installation

cd lib
./make.sh

Disable cudnn for batch_norm:

# PYTORCH=/path/to/pytorch
# for pytorch v0.4.0
sed -i "1194s/torch\.backends\.cudnn\.enabled/False/g" ${PYTORCH}/torch/nn/functional.py
# for pytorch v0.4.1
sed -i "1254s/torch\.backends\.cudnn\.enabled/False/g" ${PYTORCH}/torch/nn/functional.py

Training

Pose Estimation

Download data folder as $ROOT/data.

python ./tools/pose/main.py

The official code is released on Microsoft/human-pose-estimation.pytorch.

Demo

Pose Estimation

#TODO

Detection

Download pretrained detection model into models/detection/. Refer to pytorch-faster-rcnn for more information.

python ./tools/detection/demo.py

Optical Flow Estimation

Download pretrained flownet into models/flownet/. Refer to flownet2-pytorch for more information.

python ./tools/flownet/demo.py --model </path/to/model>

Update

2018.12.05:

  • Add Pose Estimation Models
  • Deconv DenseNet
  • Stacked Hourglass Network
  • FPN

flowtrack.pytorch's People

Contributors

simochen avatar

Watchers

 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.