Trazemag commited on
Commit
ac8e48a
·
verified ·
1 Parent(s): ccf0b1a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +58 -0
README.md CHANGED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ tags:
4
+ - autonomous-vehicles
5
+ - danger-detection
6
+ - driving
7
+ - safety
8
+ task_categories:
9
+ - object-detection
10
+ language:
11
+ - en
12
+ ---
13
+
14
+ # PRECOG-Labels: PhysicalAI-AV Danger Labels
15
+
16
+ **Author:** Nikhil Upadhyay | MSc Business Analytics | Dublin Business School
17
+ **Project:** [PRECOG-AV](https://github.com/TrazeMaG/PRECOG-AV)
18
+
19
+ ## Overview
20
+
21
+ Physics-based danger labels for **298,326 clips** from the
22
+ [NVIDIA PhysicalAI-AV](https://huggingface.co/datasets/nvidia/PhysicalAI-Autonomous-Vehicles) dataset,
23
+ mined using Time-to-Collision (TTC) analysis of 3D obstacle parquets.
24
+ The first danger labelling at this geographic scale: **25 countries**.
25
+
26
+ **14,192 danger clips identified (4.76% positive rate)**
27
+
28
+ ## Files
29
+
30
+ | File | Rows | Description |
31
+ |------|------|-------------|
32
+ | `danger_labels.csv` | 298,326 | Binary danger flag and min TTC per clip |
33
+ | `precog_dataset.csv` | 298,326 | Full metadata: country, split, hour, sensor availability |
34
+
35
+ ## Geographic Split
36
+
37
+ | Split | Countries | Clips |
38
+ |-------|-----------|-------|
39
+ | Train | 20 countries | 275,573 |
40
+ | Val | Austria, Finland, Portugal | 16,151 |
41
+ | Test | Greece, Bulgaria | 6,602 |
42
+
43
+ ## Key Findings
44
+
45
+ - Danger rates vary **4.7x across countries** — Italy 9.9% vs Estonia 2.1%
46
+ - Peak danger window: **13:00 to 15:00** across all countries
47
+ - Mean danger window: **11.18 seconds** across 2,177 labelled test clips
48
+
49
+ ## Citation
50
+
51
+ ```bibtex
52
+ @misc{upadhyay2026precog,
53
+ title = {PRECOG: Proactive Risk and Environmental Cognition for Autonomous Vehicles},
54
+ author = {Upadhyay, Nikhil},
55
+ year = {2026},
56
+ url = {https://github.com/TrazeMaG/PRECOG-AV}
57
+ }
58
+ ```