class documentation
class COCODataset(BaseJointDataset):
Undocumented
Method | __getitem__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | __len__ |
Undocumented |
Constant | EXTRA |
Undocumented |
Constant | MAPPING |
Undocumented |
Instance Variable | coco |
Undocumented |
Instance Variable | ids |
Undocumented |
Instance Variable | json |
Undocumented |
Instance Variable | path |
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. |