tensorbay.opendataset.HalpeFullBody.loader

tensorbay.opendataset.HalpeFullBody.loader.HalpeFullBody(path: str) tensorbay.dataset.dataset.Dataset[source]

Dataloader of the Halpe Full-Body Human Keypoints and HOI-Det dataset.

The folder structure should be like:

<path>
    halpe_train_v1.json
    halpe_val_v1.json
    hico_20160224_det/
        images/
            train2015/
                HICO_train2015_00000001.jpg
                ...
    val2017/
        000000000139.jpg
        ...
Parameters

path – The root directory of the dataset.

Returns

Loaded Dataset instance.