isarandi / metrabs

Estimate absolute 3D human poses from RGB images.

Home Page:https://arxiv.org/abs/2007.07227

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the dataset used in demo video?

1165048017 opened this issue · comments

commented

I have noticed that in demo video, there are eyes/ears 3D keypoints
image
But , the datasets in dataset_preparation, 3D joints have no additonal keypoints named eyes/ears~~~
Could you please tell me which dataset is used in demo video~~~~
Thank you very much ^_^

The eyes and ears come from the CMU-Panoptic dataset (and weak 2D supervision from COCO). CMU-Panoptic preprocessing code is not yet included in the repo, but I'm planning to add it soon, along with several others. Currently only those datasets are used in the public repo that were used in the published paper.

Hello! I read your paper it is a great work. For a project I need to train metrabs on the CMU Panoptic dataset, I was wondering if you could share the pre-processing code for cmu panoptic.