LabelStore#

class LabelStore[source]#

Bases: ABC

This defines how to store prediction labels for a scene.

__init__()#

Methods

__init__()

empty_labels()

Produces an empty Labels

get_labels()

Loads Labels from this label store.

save(labels)

Save.

abstract empty_labels()[source]#

Produces an empty Labels

abstract get_labels()[source]#

Loads Labels from this label store.

abstract save(labels)[source]#

Save.

Parameters
  • saved (labels - Labels to be) – of pipeline.

  • type (the type of which will be dependant on the) – of pipeline.