tensorbay.opendataset.SCUT_FBP5500#

tensorbay.opendataset.SCUT_FBP5500(path)[source]#

SCUT_FBP5500 dataset.

The folder structure should be like:

<path>
    facial landmark/
        <file_name>.pts
        ...
    Images/
        <file_name>.jpg
        ...
    train_test_files/
        split_of_60%training and 40%testing/
            test.txt
            train.txt
        ...
    ...
Parameters

path (str) – The root directory of the dataset.

Returns

Loaded Dataset instance.

Return type

tensorbay.dataset.dataset.Dataset