PIC4SeR/MPOSE2021_Dataset

How to select only a subset of the video datasets from the mpose API

michael1yu opened this issue · 1 comments

Is there anyway to select only poses generated from videos in the utkinect dataset? I would prefer to do this through the mpose api rather than building the pose dataset on my own.

Hi @michael1yu ,
In the pose data folders (automatically downloaded by the mpose API from here), you can find a txt file for each split (1.txt, 2.txt, and 3.txt) containing the name of the video corresponding to each sample. This way, you can filter the ones you want to use easily!
I hope this helps! (Sorry for the late reply, though)