mks0601 / 3DMPPE_ROOTNET_RELEASE

Official PyTorch implementation of "Camera Distance-aware Top-down Approach for 3D Multi-person Pose Estimation from a Single RGB Image", ICCV 2019
MIT License
477 stars 65 forks source link

The world coordinates of PW3D dataset #28

Closed andgitchang closed 3 years ago

andgitchang commented 3 years ago

I would like to ask if it's available to get the world coordinates of the joints from PW3D dataset? The README you provided does not contain information about camera extrinsics and/or the world coordinates. Could you please release the code for converting PW3D to Json annotations (based on the official PW3D sequenceFiles/*.pkl)? Thanks.

mks0601 commented 3 years ago

Oh I thought the extrinsics in 3DPW are not important because it is a single view dataset, so I did not included them in the json file. I uploaded the converting code (3DPW -> COCO) in here.

andgitchang commented 3 years ago

I agree in most scenarios one can directly use the 24 camera joints provided by DW3D. However as for my use-case I'd like to extract some keypoints other than that of the 24 body joints. Thanks for your code, it saves my day.