Git Product home page Git Product logo

Comments (2)

xuehy avatar xuehy commented on July 17, 2024 1

I have found the order the the pose coordinates.

from pytorch_realtime_multi-person_pose_estimation.

pinkfloyd06 avatar pinkfloyd06 commented on July 17, 2024

Hi @xuehy ,

How did you map the points with persons. Suppose we have 5 persons. How to tell that that arm belongs to person2 , that leg for person 1 ? any cue ?

for ski.jpg in picture_demo.py we have five persons.
which results

all_peaks[0]=[(615, 40, 0.7343657, 0), (299, 74, 0.8005683, 1), (478, 94, 0.72995293, 2), (63, 268, 0.7753145, 3), (169, 279, 0.79473287, 4)]

all_peaks[1]=[(613, 79, 0.7158987, 5), (302, 109, 0.7536149, 6), (456, 140, 0.65013695, 7), (61, 301, 0.7433309, 8), (166, 304, 0.77520543, 9)]

l'm wondering if

all_peaks[0][0],all_peaks[1][0],..., all_peaks[17][0] corresponds to the graph of first person.

all_peaks[0][1],all_peaks[1][1],..., all_peaks[17][1] corresponds to the graph of second person.

all_peaks[0][4],all_peaks[1][4],..., all_peaks[17][4] corresponds to the graph of fifth person. ?

Thank you

from pytorch_realtime_multi-person_pose_estimation.

Related Issues (20)

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.