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

Question about COCO dataset #9

Closed sdxass closed 4 years ago

sdxass commented 4 years ago

Hi, first of all, thank you for open sourcing such a great repo.

I would like to ask how did you train MSCOCO together with MuCO dataset? They have different joints configuration.

mks0601 commented 4 years ago

Hi, Each mini-batch consists of half-COCO and half-MuCO items. More details are described in Section 8.2 of the paper (https://arxiv.org/pdf/1907.11346.pdf)

sdxass commented 4 years ago

Understood. Thank you for your reply!