question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Interpreting 2d coordinate output

See original GitHub issue

I am able to get 2d coordinate by following code: poses_3d, poses_2d = parse_poses(inference_result, input_scale, stride, fx, is_video) and the output looks like this:

[ 9.87000000e+02  8.40000000e+01  7.44423568e-01 -8.00000000e+00
  -8.00000000e+00 -1.00000000e+00 -1.00000000e+00 -1.00000000e+00
  -1.00000000e+00  9.95000000e+02  8.40000000e+01  7.20652282e-01
   1.02900000e+03  1.43000000e+02  4.71996784e-01  1.02900000e+03
   1.85000000e+02  4.42449659e-01  9.95000000e+02  2.10000000e+02
   6.77076042e-01  9.61000000e+02  2.86000000e+02  6.98154628e-01
   9.53000000e+02  3.54000000e+02  5.87647200e-01  9.53000000e+02
   8.40000000e+01  6.99335754e-01  9.28000000e+02  1.43000000e+02
   3.37824076e-01  9.28000000e+02  1.51000000e+02  1.61912560e-01
   9.61000000e+02  2.10000000e+02  6.83217466e-01  9.87000000e+02
   2.86000000e+02  6.84145570e-01  9.95000000e+02  3.45000000e+02
   5.94412923e-01 -8.00000000e+00 -8.00000000e+00 -1.00000000e+00
  -8.00000000e+00 -8.00000000e+00 -1.00000000e+00 -8.00000000e+00
  -8.00000000e+00 -1.00000000e+00 -8.00000000e+00 -8.00000000e+00
  -1.00000000e+00  1.42583218e+01]

How do I know which body part it is referring to?

Any advice would be appreciated.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
adammpolakcommented, Nov 28, 2021

@Daniil-Osokin sorry so there is no predicted 3D pelvis in this model?

1reaction
riboyuan99commented, Mar 22, 2021

Thank you very much!

Read more comments on GitHub >

github_iconTop Results From Across the Web

2.3 Two Dimensional Coordinate Systems - Engineering Statics
Together, the coordinates can be thought of as specifying a position vector , a vector from the origin directly to the point. The...
Read more >
CoordinateTransformations - Intelligent Motion Lab
This chapter discusses how vectors and matrices are used in robotics to represent 2D and 3D positions, directions, rigid body motion, and coordinate...
Read more >
2D Transformation - Tutorialspoint
A translation moves an object to a different position on the screen. You can translate a point in 2D by adding translation coordinate...
Read more >
Latitude, Longitude and Coordinate System Grids
This geographic grid gives unique latitude and longitude for every position on Earth. Find Anything on Earth with Coordinates. Coordinates are ...
Read more >
Principal Coordinates Analysis - Towards Data Science
Principal Coordinates Analysis is a statistical method that converts data on distances between items into map-based visualization of those items ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found