OWOD/detectron2/data/datasets
Joseph 2f553726bf Thresholding based auto-labelling 2020-10-04 09:59:13 +05:30
..
README.md Detectron2 2020-09-29 05:47:18 +05:30
__init__.py Detectron2 2020-09-29 05:47:18 +05:30
builtin.py Thresholding based auto-labelling 2020-10-04 09:59:13 +05:30
builtin_meta.py Detectron2 2020-09-29 05:47:18 +05:30
cityscapes.py Detectron2 2020-09-29 05:47:18 +05:30
cityscapes_panoptic.py Detectron2 2020-09-29 05:47:18 +05:30
coco.py Detectron2 2020-09-29 05:47:18 +05:30
lvis.py Detectron2 2020-09-29 05:47:18 +05:30
lvis_v0_5_categories.py Detectron2 2020-09-29 05:47:18 +05:30
lvis_v1_categories.py Detectron2 2020-09-29 05:47:18 +05:30
pascal_voc.py Thresholding based auto-labelling 2020-10-04 09:59:13 +05:30
register_coco.py Detectron2 2020-09-29 05:47:18 +05:30

README.md

Common Datasets

The dataset implemented here do not need to load the data into the final format. It should provide the minimal data structure needed to use the dataset, so it can be very efficient.

For example, for an image dataset, just provide the file names and labels, but don't read the images. Let the downstream decide how to read.