Since it is all about data, this are data wrappers for common datasets which load the data into a common structure.
There are handlers for several datasets. To get you started quickly.
Install
Simply install it via pip.
pip install opendatalake
Classification
Here are all classification datasets. They are loaded as a generator spitting out a feature(-vector/image) and a one-hot-encoded label.
- Named Folders (Foldername = Label)
- MNIST
- ImageNet [TODO]
- Cifar10/Cifar100
- LFW (named folders)
- PASCAL VOC [TODO]
- Places [TODO]
Segmentation
Here are all segmentation datasets. They are loaded as a generator spitting out a feature(-vector/image) and segmentation(-vector/image).
- Coco (WIP)
- CamVid [TODO]
- Cityscapes [TODO]
Detection
Here are all detection datasets. They are loaded as a generator spitting out a feature(-vector/image) and a detections(-vector/image). A detection is either a detection_2d, detection_2.5d or detection_3d object defined here.
- Bosch TLR
- Coco (WIP)
- Kitti Detection (incl. 3d)
- Pascal Voc 3d (WIP)
- Udacity Autti (WIP)
- Udacity Crowdai (WIP)
Unlabeled
Here are all unlabeled datasets. They are loaded as a generator spitting out a feature(-vector/image).