MikeOfZen / Yet-Another-Openpose-Implementation

This project reimplements from scratch the OpenPose paper (Cao et al,2018), Using Tensorflow 2.1 and optional TPU powered training.
Mozilla Public License 2.0
92 stars 26 forks source link

json genration #11

Open MohannadEhabBarakat opened 2 years ago

MohannadEhabBarakat commented 2 years ago

Is there a way to save the keypoints in json with openpose format?

MikeOfZen commented 2 years ago

Hi, no... But you could write it

On Fri, Sep 30, 2022, 17:17 Mohannad Ehab Barakat @.***> wrote:

Is there a way to save the keypoints in json with openpose format?

— Reply to this email directly, view it on GitHub https://github.com/MikeOfZen/Yet-Another-Openpose-Implementation/issues/11, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGY3TZO4H4HPG5UF44YBHRTWA3Y7HANCNFSM6AAAAAAQZ2FFGU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

MohannadEhabBarakat commented 2 years ago

Interesting. Based on this I think that x0, y0 are the points in skeletons.joints. I'm not sure about the Cs.

I'm new to openpose and not sure if I understand everything correctly.

MohannadEhabBarakat commented 2 years ago
image