I figured out a way to get the (x,y,z) data points for each frame from one hand previously. but im not sure how to do that for the new holistic model that they released. I am trying to get the all landmark data points for both hands as well as parts of the chest and face. does anyone know how to extract the holistic landmark data/print it to a text file? or at least give me some directions as to how.
(please note i got this done successfully in python, but now want to do it in c++)
The text was updated successfully, but these errors were encountered:
pkaske
changed the title
Getting the landmark data every frame for the new holistic model
Getting the landmark data every frame for the new holistic model (Extracting Landmark Coordinate Data)
Dec 29, 2020
Hi - definitely - extracting landmarks should be similar to extracting landmarks as shown in other MediaPipe solutions. Where are you trying to do this exactly?
Hi - definitely - extracting landmarks should be similar to extracting landmarks as shown in other MediaPipe solutions. Where are you trying to do this exactly?
can you please put me on the right track i want all the landmarks together but still can't figured it out
Hi - definitely - extracting landmarks should be similar to extracting landmarks as shown in other MediaPipe solutions. Where are you trying to do this exactly?
well last time i used the landmark_letterbox_removal_calculator.cc file (mediapipe/mediapipe/calculators/util/landmark_letterbox_removal_calculator.cc) and just printed the x,y,z coordinates for the 21 landmarks (one hand) by manually creating a .txt that wrote them every frame. but I'm not sure how to do that for the new holistic (how/where do i do that? what calculators,etc). I need both the hands now (21 points each) plus some of the pose coordinate landmarks as well. so how do i do that all at once @ivan-grishchenko @eknight7
I figured out a way to get the (x,y,z) data points for each frame from one hand previously. but im not sure how to do that for the new holistic model that they released. I am trying to get the all landmark data points for both hands as well as parts of the chest and face. does anyone know how to extract the holistic landmark data/print it to a text file? or at least give me some directions as to how.
(please note i got this done successfully in python, but now want to do it in c++)
The text was updated successfully, but these errors were encountered: