Open Pose editor allows saving the data of the 18 points, x/y coordinates, as a json file.
Looking over your saved info in the png file, it's not nearly as simple, it's got camera, and 3D coordinates etc.
I realize you have much more data than Open Pose, but there is value to a shared data format (beyond just an image), and allowing manipulation of the pose data in ways other than your editor.
I realize I could extract the data from the png, and write a translator to open pose's format. Hoping you have access to the info in a more direct way (ie 2d coordinates in the display, which have already translated the 3d coordinates (and camera etc), into 2d coordinates.
Open Pose editor allows saving the data of the 18 points, x/y coordinates, as a json file. Looking over your saved info in the png file, it's not nearly as simple, it's got camera, and 3D coordinates etc. I realize you have much more data than Open Pose, but there is value to a shared data format (beyond just an image), and allowing manipulation of the pose data in ways other than your editor.
I realize I could extract the data from the png, and write a translator to open pose's format. Hoping you have access to the info in a more direct way (ie 2d coordinates in the display, which have already translated the 3d coordinates (and camera etc), into 2d coordinates.