DOWNLOAD ANNOTATIONS
Indepth theory

kognic-openlabel

1min

Using this OpenLABEL json schema we have created a python package kognic-openlabelwhich makes it easier to work with annotations. The python models the OpenLABEL format as pydantic models and can be installed with

Bash


Since pydantic is used, the model contains validation as well as methods for serialization and deserialization. Below are examples of how you can easily change between different formats

Python