OWOD/detectron2/data/datasets
Joseph d601bbe750 Auxillary changes (CVPR-21 submit tip) 2020-11-22 23:07:07 +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 Auxillary changes (CVPR-21 submit tip) 2020-11-22 23:07:07 +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 Auxillary changes (CVPR-21 submit tip) 2020-11-22 23:07:07 +05:30
pascal_voc_basic.py - Adding new imagesets 2020-11-04 09:34:21 +05:30
register_coco.py Detectron2 2020-09-29 05:47:18 +05:30
voc_style_coco.py - Changes to data-modelling 2020-11-03 16:59:41 +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.