You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+26-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,30 @@
1
-
# Spatio-Temporal Anomaly Detection in First-Person Videos
1
+
# Unsupervised Traffic Accident Detection in First-Person Videos
2
2
3
-
Created by Yu Yao and Mingze Xu for IROS 2019
3
+
*Yu Yao, Mingze Xu, Yuchen Wang, David Crandall and Ella Atkins*
4
+
5
+
This repo contains the code for our [paper](https://arxiv.org/pdf/1903.00618.pdf) on unsupervised traffic accident detection.
6
+
7
+
:boom: The full code will be released upon the acceptance of our paper.
8
+
9
+
:boom: So far we have released the pytorch implementation of our ICRA paper [*Egocentric Vision-based Future Vehicle Localization for Intelligent Driving Assistance Systems*](https://arxiv.org/pdf/1809.07408.pdf), which is an important building block for the traffic accident detection. The original project repo is https://github.com/MoonBlvd/fvl-ICRA2019
An example of the config file can be found in ```config/fol_ego_train.yaml```
21
+
22
+
#### evaluation result
23
+
Note that we have only evaluated the model performance with prediction horizon 0.5 seconds. We are working on proving the 1 second and 2 seconds results.
0 commit comments