hnmr293 / posex

Posex - Estimated Image Generator for Pose2Image
581 stars 72 forks source link

saving as a json... #16

Open scruffynerf opened 1 year ago

scruffynerf commented 1 year ago

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.

JasonKillsUs commented 1 year ago

oh come to realize thats the reason odinary poser/img files are not showing up in the PoseX ui... thanks for the hint and yes that shoud be a feature.