kwcoco.exceptions

Module Contents

exception kwcoco.exceptions.AddError[source]

Bases: ValueError

Generic error when trying to add a category/annotation/image

exception kwcoco.exceptions.DuplicateAddError[source]

Bases: ValueError

Error when trying to add a duplicate item

exception kwcoco.exceptions.InvalidAddError[source]

Bases: ValueError

Error when trying to invalid data

exception kwcoco.exceptions.CoordinateCompatibilityError[source]

Bases: ValueError

Error when trying to perform operations on data in different coordinate systems.