class documentation
class MPIIDataset(BaseJointDataset):
Undocumented
Method | __getitem__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | __len__ |
Undocumented |
Method | load |
Undocumented |
Constant | EXTRA |
Undocumented |
Constant | MAPPING |
Undocumented |
Instance Variable | annotations |
Undocumented |
Instance Variable | image |
Undocumented |
Instance Variable | json |
Undocumented |
Instance Variable | split |
Undocumented |
Method | _apply |
Apply the mapping from any dataset to the unipose format. This is used to reorder the keypoints and mask to the unipose format, according to the MAPPING and EXTRA_TOKENS class variables. |
Inherited from BaseJointDataset
:
Method | make |
Make a dataloader for the dataset. |