yangsenius / TransPose

PyTorch Implementation for "TransPose: Keypoint localization via Transformer", ICCV 2021.
https://github.com/yangsenius/TransPose/releases/download/paper/transpose.pdf
MIT License
353 stars 56 forks source link

How to generate coco keypoint format (json file)? #37

Open ruhyadi opened 2 years ago

ruhyadi commented 2 years ago

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