Haibao123 commited on
Commit
f448883
·
verified ·
1 Parent(s): 9bece53

Upload croissant.json

Browse files
Files changed (1) hide show
  1. croissant.json +22 -0
croissant.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": {
3
+ "@vocab": "https://huggingface.co/croissant/context.json",
4
+ "@base": "https://huggingface.co/datasets/Haibao123/test-drivee2e"
5
+ },
6
+ "@type": "https://schema.org/Dataset",
7
+ "name": "test-drivee2e",
8
+ "description": "Validation set in .tar.gz format for end-to-end autonomous driving evaluation.",
9
+ "license": "https://creativecommons.org/licenses/by/4.0/",
10
+ "version": "1.0.0",
11
+ "datePublished": "2024-05-13",
12
+ "citation": "Yu Haibao et al., DriveE2E: A Closed-Loop Benchmark for Real-to-Simulation Autonomous Driving, 2024.",
13
+ "distribution": [
14
+ {
15
+ "@type": "https://schema.org/DataDownload",
16
+ "name": "new_drive_e2e_xmls_val.tar.gz",
17
+ "contentUrl": "https://huggingface.co/datasets/Haibao123/test-drivee2e/resolve/main/new_drive_e2e_xmls_val.tar.gz",
18
+ "encodingFormat": "application/gzip"
19
+ }
20
+ ]
21
+ }
22
+