Code Monkey home page Code Monkey logo

dataset-maker-for-action-recognition's Introduction

Dataset-maker-for-action-recognition

----------------------Using openpose---------------------------------

Attention:There can be only one person in the field of vision.

Get human joint information using openpose, in this demo I use TensorFlow implementation

This implementation is trained with COCO, there are 18 joints of a person.

Nose = 0
Neck = 1
RShoulder = 2
RElbow = 3
RWrist = 4
LShoulder = 5
LElbow = 6
LWrist = 7
RHip = 8
RKnee = 9
RAnkle = 10
LHip = 11
LKnee = 12
LAnkle = 13
REye = 14
LEye = 15
REar = 16
LEar = 17

run

./pose/models/pretrained/mobilenet_v1_0.75_224_2017_06_14/download.sh

python run_cam.py

Press 's' to save joint information and joint images during running, press 'q' to quit.

The default camera resolution is 640x480, the format of saved joint is t_x_y, where 't' indicates the number of joint, 'x' indicates the horizontal location of joint on the image, 'y' indicates the vertical location of joint on the image.

----------------------Using SSD----------------------------------

Attention:There can be only one person in the field of vision.

#Using SSD to detect person then save person crop image.

run

python dataset_maker.py

Press 's' to save frames.

samples:

dataset-maker-for-action-recognition's People

Contributors

tianzhongsong 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.