Interpreting 2d coordinate output
See original GitHub issueI 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:
- Created 3 years ago
- Comments:8 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Daniil-Osokin sorry so there is no predicted 3D pelvis in this model?
Thank you very much!