Download

Since the dataset is generated by a simulation, you are free to use it under the conditions of the MIT license.

The full dataset is 1.3 TB in size. Most of this is the LiDAR pointclouds. You can download the dataset via https as described below.

Parts

The dataset can be downloaded in parts, each split into a train and a test archive. SHA-256 checksums for all archives are available in SHA256SUMS.txt.

PartDescriptionTrainTest
BaseFront Camera + additional sensors (GNSS, IMU, Weather) + Anomaly Labelsdownload (137G)download (86G)
Camera ExtendedLeft, Right, Rear camera sensor, including instance segmentation masks and anomaly-labelsdownload (427G)download (267G)
LiDARPointclouds with anomaly and semantic segmentation labelsdownload (227G)download (138G)
KITTILiDAR labels in KITTI formatdownload (22G)download (12G)
Depth MapsDepth maps for all camerasdownload (74G)download (48G)

You can download and set up the base dataset with

cd my/data/dir/
wget https://data.carlanomaly.de/v1/carlanomaly-base-train.tar.gz
tar -xzf carlanomaly-base-train.tar.gz

Afterwards, download additional data with

cd my/data/dir/
wget https://data.carlanomaly.de/v1/carlanomaly-<name>-<split>.tar.gz
tar -xzf carlanomaly-<name>-<split>.tar.gz