KuAvLab commited on
Commit
a7d03ae
·
verified ·
1 Parent(s): e006eb5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -3
README.md CHANGED
@@ -1,3 +1,62 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ ---
4
+ ## Introduction
5
+ EMT is a comprehensive dataset for autonomous driving research, containing 57 minutes of diverse urban traffic footage from the Gulf Region. The dataset provides rich semantic annotations across two agent categories: people (pedestrians and cyclists), vehicles (seven classes). Each video segment spans 2.5-3 minutes, capturing challenging real-world scenarios:
6
+
7
+ - **Dense Urban Traffic**: Complex multi-agent interactions in congested scenarios
8
+ - **Weather Variations**: Clear and rainy conditions
9
+ - **Visual Challenges**: High reflections from road surfaces and adverse weather combinations (rainy nights)
10
+
11
+ The dataset provides dense annotations for:
12
+ - **Detection & Tracking**: Multi-object tracking with consistent IDs - Available here
13
+ - **Trajectory Prediction**: Future motion paths and social interactions - Refer to the github repo
14
+ - **Intention Prediction**: Behavior understanding in complex scenarios - Refer to the github repo
15
+
16
+
17
+ Validated through benchmarking on state-of-the-art models across tracking, trajectory prediction, and intention prediction tasks, with corresponding ground truth annotations for each benchmark.
18
+
19
+
20
+ ### Data Collection
21
+ | Aspect | Description |
22
+ |:-------|:------------|
23
+ | Duration | 57 minutes total footage |
24
+ | Segments | 2.5-3 minutes continuous recordings |
25
+ | FPS | 10fps for annotated frames |
26
+ | Agent Classes | 2 Person classes and 7 Vehicle classes|
27
+
28
+ ### Agent Categories
29
+ 1. **People**
30
+ - Pedestrians
31
+ - Cyclists
32
+
33
+ 2. **Vehicles**
34
+ - Motorbike
35
+ - Small motorised vehicle
36
+ - Medium vehicle
37
+ - Large vehicle
38
+ - Car
39
+ - Bus
40
+ - Emergency vehicle
41
+
42
+ ### Dataset Statistics
43
+ | Category | Count |
44
+ |----------|------------|
45
+ | Annotated Frames | 34,386 |
46
+ | Bounding Boxes | 626,634 |
47
+ | Unique Agents | 9,094 |
48
+ | Vehicle Instances | 7,857 |
49
+ | Pedestrian Instances | 568 |
50
+
51
+ | **Class** | **Description** | **Number of Bounding Boxes** | **Number of Agents** |
52
+ |-----------|----------------|------------------------------|----------------------|
53
+ | Pedestrian | An individual walking on foot. | 24,574 | 568 |
54
+ | Cyclist | Any bicycle or electric bike rider. | 594 | 14 |
55
+ | Motorbike | Includes motorcycles, bikes, and scooters with two or three wheels. | 11,294 | 159 |
56
+ | Car | Any standard automobile. | 429,705 | 6,559 |
57
+ | Small motorized vehicle | Motorized transport smaller than a car, such as mobility scooters and quad bikes. | 767 | 13 |
58
+ | Medium vehicle | Includes vehicles larger than a standard car, such as vans or tractors. | 51,257 | 741 |
59
+ | Large vehicle | Refers to vehicles larger than vans, such as lorries, typically with six or more wheels. | 37,757 | 579 |
60
+ | Bus | Covers all types of buses, including school buses, single-deck, double-deck. | 19,244 | 200 |
61
+ | Emergency vehicle | Emergency response units like ambulances, police cars, and fire trucks, distinguished by red and blue flashing lights. | 1,182 | 9 |
62
+ | **_Overall:_** | | **576,374** | **8,842** |