diff --git "a/automatum.dataset.html" "b/automatum.dataset.html" new file mode 100644--- /dev/null +++ "b/automatum.dataset.html" @@ -0,0 +1,140 @@ + + +
+ ++ License: CC BY-ND 4.0 | Format: JSON + OpenDRIVE XODR +
++ High-precision vehicle trajectory data from drone recordings at roundabout intersections in Bavaria, Germany. Contains 2 recordings with 212 vehicles. +
+ + +1. Install the Python library
+
+ pip install openautomatumdronedata
+
+ 2. Load a recording
+from openautomatumdronedata.dataset import droneDataset
+dataset = droneDataset("path/to/recording")
+dynWorld = dataset.dynWorld
+
+ See example_scripts/ for lane change analysis, density heatmaps, and acceleration detection.
+