Hello,
I am currently using the BlazeposeDepthAI library for pose estimation, which I discovered on the DepthAI Examples website. My goal is to extract the key points generated by BlazeposeDepthAI and use them in my custom pose recognition model. However, I am facing a challenge because the key point coordinates are only getting displayed on the screen and I cannot seem to locate any function within the library that returns the coordinates, similar to what we do in MediaPipe Python.
I have already searched through the library's repository, but have not been able to find the information I need. If anyone could offer any guidance on how to access the key point coordinates using BlazeposeDepthAI, I would greatly appreciate it.
Thank you for taking the time to read my message and for any help you can provide.