tensorbay.opendataset.HalpeFullBody

tensorbay.opendataset.HalpeFullBody(path)[source]

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 (str) – The root directory of the dataset.

Returns

Loaded Dataset instance.

Return type

tensorbay.dataset.dataset.Dataset