yangsenius / TransPose

PyTorch Implementation for "TransPose: Keypoint localization via Transformer", ICCV 2021.

Home Page:https://github.com/yangsenius/TransPose/releases/download/paper/transpose.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to generate coco keypoint format (json file)?

ruhyadi opened this issue · comments

Hy nice repository.
I'm curious how you can generate a json file from the coco keypoint dataset?. Is there a conversion code?
You linked to this repository, but there I found the dataset has been converted to json format.
In that repository I also found the coco.py code, is this the code used to generate the json file?

Thanks