diff --git "a/automatum.dataset.html" "b/automatum.dataset.html" new file mode 100644--- /dev/null +++ "b/automatum.dataset.html" @@ -0,0 +1,140 @@ + + + + + Bokeh Plot + + + + + + + +
+ + +
+ Automatum Data +
+

Automatum Data: Roundabout Drone Dataset

+

+ License: CC BY-ND 4.0  |  Format: JSON + OpenDRIVE XODR +

+
+
+ + +
+ + +
+ Dataset Icon +
+ + +
+

+ High-precision vehicle trajectory data from drone recordings at roundabout intersections in Bavaria, Germany. Contains 2 recordings with 212 vehicles. +

+ +
+ + 🌐 Website + + + 📖 Documentation + + + 📦 PyPI Package + + + 🤗 HuggingFace + +
+
+
+ + +
+

Quick Start

+
+
+

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. +

+
+ + +
+
+ + +
+ + + + + \ No newline at end of file