torchsight.datasets module

Initialize the package.

Import directly to perform more beautiful imports.

See: http://mikegrouchy.com/blog/2012/05/be-pythonic-__init__py.html

Source code
"""Initialize the package.

Import directly to perform more beautiful imports.

See:
http://mikegrouchy.com/blog/2012/05/be-pythonic-__init__py.html
"""
from .coco import CocoDataset
from .flickr32 import Flickr32Dataset
from .instre import InstreDataset
from .logo32plus import Logo32plusDataset

Sub-modules

torchsight.datasets.coco

Coco dataset

torchsight.datasets.flickr32

A dataset interface for the Flickr32 dataset …

torchsight.datasets.instre

A dataset interface for the INSTRE dataset …

torchsight.datasets.logo32plus

The dataset interface to interact with the Logo32plus dataset …

torchsight.datasets.mixins

Mixins for the datasets.