package documentation

Datasets for pose estimation. All datasets are subclasses of unipose.dataset.BaseJointDataset.

Contains the following datasets:

  • COCO (only human annotations)
  • Animal Kingdom (animals from COCO)
  • MPII (human pose estimation dataset)
Author
Yikun Ji
Module animal_kingdom Undocumented
Module base_joint_dataset Base class for datasets that have keypoints and images.
Module coco Undocumented
Module mpii Undocumented
Module multi_dataloader Undocumented
Module utils No module docstring; 5/7 functions documented

From __init__.py:

Class AnimalKingdomDataset Undocumented
Class BaseJointDataset Base class for datasets that have keypoints and images.
Class COCODataset Undocumented
Class ConcatJointDataset A dataset that concatenates multiple datasets.
Class MPIIDataset Undocumented