tensorbay.opendataset.PASCALContext#

tensorbay.opendataset.PASCALContext(mask_path, image_path)[source]#

PASCALContext dataset.

The file structure should be like:

<mask_path>
    <image_name>.png
    ...

<image_path>
    <image_name>.jpg
    ...
Parameters
  • mask_path (str) – The root directory of the dataset mask.

  • image_path (str) – The root directory of the dataset image.

Returns

class: ~tensorbay.dataset.dataset.Dataset instance.

Return type

Loaded