OWOD/detectron2/data/datasets
Joseph c4e3ddf727 Updates 2020-10-26 10:13:32 +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 Updates 2020-10-26 10:13:32 +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 - Adding voc style coco 2020-10-26 09:27:36 +05:30
register_coco.py Detectron2 2020-09-29 05:47:18 +05:30
voc_style_coco.py - Adding voc style coco 2020-10-26 09:27:36 +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.