A python wrapper library for various datasets.
Project description
## OpenDataLake [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
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.
`bash 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)](opendatalake/classification/named_folders.py)
[MNIST](opendatalake/classification/mnist.py)
ImageNet [TODO]
[Cifar10/Cifar100](opendatalake/classification/cifar.py)
[LFW (named folders)](opendatalake/classification/named_folders.py)
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)](opendatalake/segmentation/coco.py)
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](opendatalake/detection/utils.py).
[Bosch TLR](opendatalake/detection/bosch_tlr.py)
[Coco (WIP)](opendatalake/detection/coco.py)
[Kitti Detection (incl. 3d)](opendatalake/detection/kitti_detection.py)
[Pascal Voc 3d (WIP)](opendatalake/detection/pascal_voc_3d.py)
[Udacity Autti (WIP)](opendatalake/detection/udacity_autti.py)
[Udacity Crowdai (WIP)](opendatalake/detection/udacity_crowdai.py)
## Unlabeled
Here are all unlabeled datasets. They are loaded as a generator spitting out a feature(-vector/image).
[Image Folder](opendatalake/unlabeled/image_folder.py)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file opendatalake-1.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: opendatalake-1.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 26.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5704d402232f77b18ab3a39743677bfa06dfd9db0943ffb3dff55574eb4a100f |
|
MD5 | db037d0a3b55edfc1704af45dd40e797 |
|
BLAKE2b-256 | f8cfce4fa1290202eb1bdd3acaee52831e61b69446daac112ef44d0c01d0b4e8 |