lucasjinreal / movenet

Google's Next Gen Pose Estimation in PyTorch
132 stars 24 forks source link

output #6

Closed Lijinxisa closed 1 year ago

Lijinxisa commented 1 year ago

I would like to ask why the coordinates of the output have three, [[0.33102262 0.567663 0.78549784] [0.31560546 0.580445 0.521843 ] [0.30856535 0.5523864 0.60186744] what is that means?

lucasjinreal commented 1 year ago

xy pixel coodinates and score

Lijinxisa commented 1 year ago

Thank you very much for your timely reply. I'm a novice in this field. I want to know how to understand this score?

Is it a confidence score? In addition, some data are as follows: 3989 3268 [[1.3204492e+03 1.9044077e+03 7.8549784e-01] [1.2589502e+03 1.9553950e+03 5.2184302e-01] [1.2308672e+03 1.8434695e+03 6.0186744e-01] [1.2754948e+03 1.9198540e+03 2.6303086e-01] [1.2598201e+03 1.6052535e+03 7.5113165e-01] [1.6797543e+03 1.8607651e+03 6.1661309e-01] What does this mean? Thank you again

Lijinxisa commented 1 year ago

Can I export the video of the detected clearance node? How to operate?