Giter VIP home page Giter VIP logo

multiperson-pose-detection's Introduction

Multiperson_Pose_Detection

As quoted on the Tensorflow Hub Image pose detection page- "A convolutional neural network model that runs on RGB images and predicts human joint locations of people in the image frame."

image

Application of Movenet model to detect multiple objects in a frame Refer the link- https://tfhub.dev/google/movenet/multipose tutorials posted by Nicholas- https://www.youtube.com/watch?v=KC7nJtBHBqg&list=PLXxGuqpiGy3DYadMxf1cwACoDzP0-ajcx&index=6

Information on the output #output_0 represents one set of detections, is a dictionary with shape=(1,6,56)

  • 6 set of arrays wrapped inside 1 array,
  • 6 here means 6 people max which the model can detect.
  • 56 here is keypoints or values= these represent y,x,score coordinates
  • score (detection confidence) (This is 3*17 coordinates=51+5 key points for bouding box)
  • We need to grab 51 coordinates (for 17 keypoints) to make joint detections
  • Order of 17 keypoints joints is: [nose, left eye, right eye, left ear, right ear, left shoulder, right shoulder, left elbow, right elbow, left wrist, right wrist, left hip, right hip, left knee, right knee, left ankle, right ankle]

multiperson-pose-detection's People

Contributors

ashishpandey88 avatar

Stargazers

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