dmoura commited on
Commit
3135b82
·
verified ·
1 Parent(s): ef2b217

Added paper

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -53,4 +53,26 @@ and a negative example like this:
53
 
54
  ``` bash
55
  {'video': <decord.video_reader.VideoReader object at 0x7ff190129b50>, 'label': 0, 'time_of_event': None, 'time_of_alert': None, 'light_conditions': 'Normal', 'weather': 'Cloudy', 'scene': 'Urban'}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  ```
 
53
 
54
  ``` bash
55
  {'video': <decord.video_reader.VideoReader object at 0x7ff190129b50>, 'label': 0, 'time_of_event': None, 'time_of_alert': None, 'light_conditions': 'Normal', 'weather': 'Cloudy', 'scene': 'Urban'}
56
+ ```
57
+
58
+ ## Paper and citation
59
+
60
+ A [paper](https://arxiv.org/abs/2503.03848) is available describing the dataset and the evaluation framework used on the [Nexar Dashcam Crash Prediction Challenge](https://www.kaggle.com/competitions/nexar-collision-prediction/).
61
+
62
+ Please **use the following reference when citing** this dataset:
63
+
64
+ >Daniel C. Moura, Shizhan Zhu, and Orly Zvitia . **Nexar Dashcam Collision Prediction Dataset and Challenge**. https://arxiv.org/abs/2503.03848, 2025.
65
+
66
+ BibTeX:
67
+
68
+ ```bibtex
69
+ @misc{nexar2025dashcamcollisionprediction,
70
+ title={Nexar Dashcam Collision Prediction Dataset and Challenge},
71
+ author={Daniel C. Moura and Shizhan Zhu and Orly Zvitia},
72
+ year={2025},
73
+ eprint={2503.03848},
74
+ archivePrefix={arXiv},
75
+ primaryClass={cs.CV},
76
+ url={https://arxiv.org/abs/2503.03848},
77
+ }
78
  ```