lakecrimsonn
commited on
Commit
•
ea145c0
1
Parent(s):
0ef63a9
readme edited
Browse files
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
---
|
2 |
license: other
|
3 |
task_categories:
|
4 |
-
- video-classification
|
5 |
language:
|
6 |
-
- en
|
7 |
tags:
|
8 |
-
- accident
|
9 |
-
- crash
|
10 |
-
- motorcycle
|
11 |
dataset_info:
|
12 |
features:
|
13 |
- name: filename
|
@@ -16,4 +16,8 @@ dataset_info:
|
|
16 |
dtype: string
|
17 |
- name: duration
|
18 |
dtype: float
|
19 |
-
---
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: other
|
3 |
task_categories:
|
4 |
+
- video-classification
|
5 |
language:
|
6 |
+
- en
|
7 |
tags:
|
8 |
+
- accident
|
9 |
+
- crash
|
10 |
+
- motorcycle
|
11 |
dataset_info:
|
12 |
features:
|
13 |
- name: filename
|
|
|
16 |
dtype: string
|
17 |
- name: duration
|
18 |
dtype: float
|
19 |
+
---
|
20 |
+
|
21 |
+
# Dataset Summary
|
22 |
+
|
23 |
+
The dataset is consist of 2 types of cases, accident and driving while riding a motorcycle. 68 accident case and 68 driving case are prepared. 30 fps and 852x480 by default. It might be helpful when you train a model to infer whether a video is motorcycle crash accident or not. One thing you should know about is 'driving videos' are not typically motorcyle driving. Most of 'driving videos' are dashcams in the car. However all of videos about accident is motorcyle traffic accident.
|