UPLOAD DATA
...
Guides
More examples

Upload ZOD data

2min

This tutorial will guide you through uploading different scene types using the Zenseact Open Dataset (ZOD). The purpose of this page is to show you some of the steps that might be needed to convert recordings into Kognic scenes.

1. To follow along in this guide you need to download the data from Zenseact Open Dataset. The data should be structured like this:

Text


2. You will also need to install the ZOD Python package from PyPI, which provides some abstractions for reading the data:

Bash


3. You need to have a Kognic account and the Kognic Python client installed. If you have not done this yet, read the Quickstart guide.

This guide follows the process of uploading scenes using ZOD data, using the example code from the Kognic IO ZOD examples repository which contains the complete source files for all of the snippets in this page. The examples are runnable, if you have the data available and have Kognic authentication set up.

Cameras Sequence
Lidars and Cameras Sequence
Aggregated Lidars and Cameras Sequence

Our example code initialises a Kognic IO Client at the top level, then creates the scene from ZOD data for (potentially) multiple scenes at once using a function.

Python

Python


2. The Frames are of an aggregated-scene specific type

Python


3. Ego pose data is required

Otherwise the two approaches are very similar - refer to the Lidars and Cameras Sequence tab.