MCPcopy Create free account
hub / github.com/BertaBescos/DynaSLAM / load_coco

Method load_coco

src/python/coco.py:87–139  ·  view source on GitHub ↗

Load a subset of the COCO dataset. dataset_dir: The root directory of the COCO dataset. subset: What to load (train, val, minival, val35k) class_ids: If provided, only loads images that have the given classes. class_map: TODO: Not implemented yet. Supports maping clas

(self, dataset_dir, subset, class_ids=None,
                  class_map=None, return_coco=False)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

coco.pyFile · 0.80

Calls 2

add_classMethod · 0.80
add_imageMethod · 0.80

Tested by

no test coverage detected