Skip to main content

Zenseact Open Dataset

Project description

Zenseact Open Dataset

Stable Version Python Versions Download Stats

The Zenseact Open Dataset (ZOD) is a large multi-modal autonomous driving dataset developed by a team of researchers at Zenseact. The dataset is split into three categories: Frames, Sequences, and Drives. For more information about the dataset, please refer to our paper, or visit our website.

Examples

Find examples of how to use the dataset in the examples folder. Here you will find a set of jupyter notebooks that demonstrate how to use the dataset, as well as an example of how to train an object detection model using Detectron2.

Installation

The install the library with minimal dependencies, for instance, to be used in a training environment without the need for interactivity or visualization, run:

pip install zod

To install the library along with the CLI, which can be used to download the dataset, convert between formats, and perform visualization, run:

pip install "zod[cli]"

To install the full devkit, with the CLI and all dependencies, run:

pip install "zod[all]"

Download using the CLI

This is an example of how to download the ZOD Frames mini-dataset using the CLI. Prerequisites are that you have applied for access and received a download link. The simplest way to download the dataset is to use the CLI interactively:

zod download

This will prompt you for the required information, present you with a summary of the download, and then ask for confirmation. You can of course also specify all the required information directly on the command line, and avoid the confirmation using --no-confirm or -y. For example:

zod download -y --url="<download-link>" --output-dir=<path/to/outputdir> --subset=frames --version=mini

By default, all data streams are downloaded for ZodSequences and ZodDrives. For ZodFrames, DNAT versions of the images, and surrounding (non-keyframe) lidar scans are excluded. To download them as well, run:

zod download -y --url="<download-link>" --output-dir=<path/to/outputdir> --subset=frames --version=full --num-scans-before=-1 --num-scans-after=-1 --dnat

If you want to exclude some of the data streams, you can do so by specifying the --no-<stream> flag. For example, to download only the DNAT images, infos, and annotations, run:

zod download --dnat --no-blur --no-lidar --no-oxts --no-vehicle-data

Finally, for a full list of options you can of course run:

zod download --help

Anonymization

To preserve privacy, the dataset is anonymized. The anonymization is performed by brighterAI, and we provide two separate modes of anonymization: deep fakes (DNAT) and blur. In our paper, we show that the performance of an object detector is not affected by the anonymization method. For more details regarding this experiment, please refer to our coming soon.

Citation

If you publish work that uses Zenseact Open Dataset, please cite our paper:

@inproceedings{zod2023,
  author = {Alibeigi, Mina and Ljungbergh, William and Tonderski, Adam and Hess, Georg and Lilja, Adam and Lindstr{\"o}m, Carl and Motorniuk, Daria and Fu, Junsheng and Widahl, Jenny and Petersson, Christoffer},
  title = {Zenseact Open Dataset: A large-scale and diverse multimodal dataset for autonomous driving},
  year = {2023},
  booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision},
  pages={20178--20188},
}

Contact

For questions about the dataset, please Contact Us.

Contributing

We welcome contributions to the development kit. If you would like to contribute, please open a pull request.

License

Dataset: This dataset is the property of Zenseact AB (© 2023 Zenseact AB) and is licensed under CC BY-SA 4.0. Any public use, distribution, or display of this dataset must contain this notice in full:

For this dataset, Zenseact AB has taken all reasonable measures to remove all personally identifiable information, including faces and license plates. To the extent that you like to request the removal of specific images from the dataset, please contact privacy@zenseact.com.

Development kit: This development kit is the property of Zenseact AB (© 2023 Zenseact AB) and is licensed under MIT.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zod-0.5.0.tar.gz (74.9 kB view details)

Uploaded Source

Built Distribution

zod-0.5.0-py3-none-any.whl (95.5 kB view details)

Uploaded Python 3

File details

Details for the file zod-0.5.0.tar.gz.

File metadata

  • Download URL: zod-0.5.0.tar.gz
  • Upload date:
  • Size: 74.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.10.14 Linux/6.5.0-1018-azure

File hashes

Hashes for zod-0.5.0.tar.gz
Algorithm Hash digest
SHA256 97b8aadd34a259946f4d40d92ca9944257e12b10476a189ee66972b925a687ad
MD5 ab0f659fe05fa228d1163be34e22ecf9
BLAKE2b-256 a974321c2c591fc0418ab7a4920778da97c29258268c241878ab903da8baf9e8

See more details on using hashes here.

File details

Details for the file zod-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: zod-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 95.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.2 CPython/3.10.14 Linux/6.5.0-1018-azure

File hashes

Hashes for zod-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4cca97d24bfe2b3f2b0d7a382602addd8ba887adf804aacba2a944d121266d81
MD5 8e0792f7ee5d8f470652b32a1c2abb38
BLAKE2b-256 bbbaa2b990befc73a7039aa38fcb3ec33194ebea6da8439faa0a987ec16c0b28

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page