WongKinYiu / yolov7

Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
GNU General Public License v3.0
13.36k stars 4.22k forks source link

How can i extract in json file the keypoints (per joint location)? #699

Open Thanossrs opened 2 years ago

Thanossrs commented 2 years ago

Hello everyone.

please help me to extract after pose estimation the keypoints per location, in any type of file (i mean .txt or .json, etc.)

Thanks

WongKinYiu commented 2 years ago

https://github.com/WongKinYiu/yolov7/blob/pose/test.py#L383

Thanossrs commented 2 years ago

@WongKinYiu Thanks for your reply. I want to extract exaclty this but after detection (with detect.py) and not from test.py script. Is there possibility?