dongxr7 commited on
Commit
50e1657
·
verified ·
1 Parent(s): ce30608

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -0
README.md CHANGED
@@ -1,3 +1,85 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+ # Person2Drive: A Benchmark for Closed-Loop Personalized End-to-End Autonomous Driving
5
+
6
+ This repository hosts the dataset and benchmark resources for the ECCV 2026 paper:
7
+
8
+ **Driving like yourself: A Benchmark for Closed-Loop Personalized End-to-End Autonomous Driving**
9
+
10
+ ## Overview
11
+
12
+ Person2Drive is a closed-loop personalized end-to-end autonomous driving benchmark collected in the CARLA simulator. The dataset is designed to support research on human driving style modeling, driver-level personalization, and closed-loop evaluation for end-to-end autonomous driving.
13
+
14
+ Unlike conventional driving datasets that mainly focus on generic driving behavior, Person2Drive provides driver-level driving records, enabling the study of how different human drivers behave under the same or similar driving scenarios.
15
+
16
+ ## Release Status
17
+
18
+ This Hugging Face repository is the stable public access page for the dataset and benchmark.
19
+
20
+ The dataset files are currently being uploaded and organized. The repository will be progressively updated with the remaining data files, metadata, benchmark documentation, and usage instructions before the ECCV 2026 camera-ready deadline.
21
+
22
+ Files already available in this repository are part of the public release.
23
+
24
+ ## Dataset Content
25
+
26
+ The dataset contains human driving records collected in closed-loop CARLA environments. The full release is organized around multiple human drivers and multiple driving routes.
27
+
28
+ Each driving record may include:
29
+
30
+ * ego-vehicle states;
31
+ * control signals, such as steering, throttle, and brake;
32
+ * ego trajectories;
33
+ * route and navigation information;
34
+ * selected sensor data used for end-to-end driving models;
35
+ * metadata for driver-level and route-level organization.
36
+
37
+ The dataset supports both open-loop behavior analysis and closed-loop personalized driving evaluation.
38
+
39
+ ## Dataset Structure
40
+
41
+ The dataset is organized by driver, route, and episode. A typical structure is:
42
+
43
+ ```text
44
+ Person2Drive/
45
+ ├── driver_xxx/
46
+ │ ├── route_xxx/
47
+ │ │ ├── episode_xxx/
48
+ │ │ │ ├── measurements/
49
+ │ │ │ ├── sensor_data/
50
+ │ │ │ ├── trajectories/
51
+ │ │ │ └── metadata/
52
+ │ │ └── ...
53
+ │ └── ...
54
+ ├── metadata/
55
+ ├── benchmark/
56
+ └── README.md
57
+ ```
58
+
59
+ The exact file structure may vary slightly across released subsets and will be documented in detail as the upload is completed.
60
+
61
+ ## Benchmark Usage
62
+
63
+ Person2Drive is intended for evaluating personalized end-to-end autonomous driving methods. The benchmark focuses on whether a model can adapt to individual driving styles while maintaining safe closed-loop driving performance.
64
+
65
+ Typical evaluation settings include:
66
+
67
+ * driver-level personalization;
68
+ * route-level generalization;
69
+ * trajectory prediction quality;
70
+ * driving style similarity;
71
+ * closed-loop driving performance.
72
+
73
+ Detailed benchmark scripts, evaluation protocols, and usage instructions will be added to this repository.
74
+
75
+ ## Notes on Data Organization
76
+
77
+ Driver identities are represented using anonymized driver identifiers. The dataset is intended for research use in personalized autonomous driving, driving behavior modeling, and closed-loop simulation-based evaluation.
78
+
79
+ ## Citation
80
+
81
+ The citation information will be added after the ECCV 2026 camera-ready version is finalized.
82
+
83
+ ## Contact
84
+
85
+ For questions about the dataset, please contact the authors of the paper.