Git Product home page Git Product logo

action_classification_of_people's Introduction

Action Classification of People

This is the project of my second internship, at the Computer Vision Laboratory of the University of Chile. In this work, I wrote the code to use the system of action classification developed by Georgia Gkioxari et al. in the paper "R-CNNs for Pose Estimation and Action Detection"

Description of the system for action detection

The system of detection is a convolutional neural network (CNN) of 8 layers. The first 5 layers are a group of convolutional layers, then layers 6,7 and 8 are fully connected (FC). After the last layer, there is a softmax function to transform the output in probabilities.

All the convolutional layers have a ReLU activation function, and the FC6-7 consider dropout. The next image shows the architecture of the implemented system for action detection.

red_cnn

Dataset

The system was training and testing in PASCAL VOC 2012 action dataset. There are in total 10 different actions: jumping, phoning, playing instruments, reading, riding bike, riding horse, running, taking photos, using the computer and walking. The next images are a sample of the cited dataset

clases

action_classification_of_people's People

Contributors

dcampanini avatar

Stargazers

 avatar

Watchers

James Cloos avatar  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.