Giter Site home page Giter Site logo

p-cnn's Introduction

This is a simple realization of Pose-based CNN Features for Action Recognition (P-CNN) algorithm. You could get detailed information from their project website.

Different from the original algorithm, I use the Pose estimated by Realtime Multi-Person 2D Pose Estimation using Part Affinity Fields. The Optical Flow features are computed using FlowNet. And I tested it on HMDB51 and UCF101 dataset obtaining 27.19% and 51.23% accuracy respectively.

Usage

  1. Download the pre-trained CNN weights from the P-CNN project website.
  2. Run the PCNN.py to extract the feature vectors for classification.
  3. Run the linearSVM.py to classify actions by a linear SVM.

Note, you should do some minor changes to accomadate this demo to your own coding environment. I pre-extract the Flow and Pose features for each frame so I could use a Dataloader to input the data to the networks efficiently. You should change the data folder as well as some data input.

Feel free to contact me if you have any question.

p-cnn's People

Contributors

albuspeter avatar

Stargazers

 avatar

Watchers

 avatar

p-cnn's Issues

Extraction of Pose and Flow

I am trying to run this , could you help me by providing the details of how to get the pose and flow data

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.