kwcoco.examples.modification_example

Module Contents

Functions

dataset_modification_example_via_copy()

Say you are given a dataset as input and you need to add your own

dataset_modification_example_via_construction()

Alternatively you can make a new dataset and copy over categories / images

kwcoco.examples.modification_example.dataset_modification_example_via_copy()[source]

Say you are given a dataset as input and you need to add your own annotation “predictions” to it. You could copy the existing dataset, remove all the annotations, and then add your new annotations.

kwcoco.examples.modification_example.dataset_modification_example_via_construction()[source]

Alternatively you can make a new dataset and copy over categories / images as needed