DOWNLOAD ANNOTATIONS
Download Annotations
3min
download annotations after annotations are ordered for a scene they will be produced, reviewed and quality controlled within the kognic platform once the annotations are made delivery ready and are exported, they can be downloaded in the openlabel format docid\ awhhsrojm96zowliryw7d annotations for a scene from kognic io client import kognicioclient client = kognicioclient() for annotation in client annotation get annotations for scene(scene uuid=scene uuid) openlabel dict = annotation content \# this method returns all delivered annotations in the form of annotation objects, containing the openlabel json, using a scene uuid annotations for a project or batch from kognic io client import kognicioclient client = kognicioclient() \# get generator with annotations annotations = client annotation get project annotations(project="project identifier", batch="batch identifier", annotation type="annotation type") for annotation in annotations openlabel dict = annotation content \# this example fetches annotations for an entire project or batch this retrieves annotation objects for all delivered annotations for the given project , batch and annotation type