Datasets:
Tasks:
Object Detection
Modalities:
Text
Languages:
English
Size:
< 1K
Tags:
object detection
accident recognition
traffic monitoring
accident analysis
intelligent driving
License:
Commit ·
fcb8d53
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +60 -0
- README.md +60 -0
.gitattributes
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
# Audio files - uncompressed
|
| 40 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
# Audio files - compressed
|
| 44 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
# Image files - uncompressed
|
| 50 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
# Image files - compressed
|
| 55 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
# Video files - compressed
|
| 59 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- object detection
|
| 4 |
+
- accident recognition
|
| 5 |
+
- traffic monitoring
|
| 6 |
+
- accident analysis
|
| 7 |
+
- intelligent driving
|
| 8 |
+
license: cc-by-nc-sa-4.0
|
| 9 |
+
task_categories:
|
| 10 |
+
- object-detection
|
| 11 |
+
language:
|
| 12 |
+
- en
|
| 13 |
+
pretty_name: High-Speed Rear-End Collision Recognition Dataset
|
| 14 |
+
size_categories:
|
| 15 |
+
- 10M<n<100M
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# High-Speed Rear-End Collision Recognition Dataset
|
| 19 |
+
|
| 20 |
+
The current transportation industry faces the challenge of frequent rear-end collisions. Timely and accurate identification and analysis of accidents have become urgent issues to be solved. Existing accident detection systems have significant deficiencies in recognition accuracy and real-time performance, failing to meet the needs of intelligent transportation management. This dataset aims to improve the accuracy and efficiency of accident recognition through extensive real-world images of rear-end collisions. Data collection utilizes high-definition cameras in various traffic environments, including urban roads and highways, ensuring data diversity and representativeness. In terms of quality control, a combination of multiple rounds of annotation and expert review is used to ensure the accuracy and consistency of data annotations. Data are stored in JPG format and classified by accident type for ease of subsequent processing and analysis. The core advantage of this dataset is its high data quality, with annotation precision exceeding 95%, and it boasts good consistency and completeness. By introducing new annotation methods, data processing efficiency has been improved, with an estimated reduction of 30% in annotation time. This dataset provides reliable data support for intelligent transportation systems, effectively enhancing the performance metrics of accident recognition systems and reducing the incidence of traffic accidents.
|
| 21 |
+
|
| 22 |
+
## Technical Specifications
|
| 23 |
+
|
| 24 |
+
| Field | Type | Description |
|
| 25 |
+
| :--- | :--- | :--- |
|
| 26 |
+
| file_name | string | File name |
|
| 27 |
+
| quality | string | Resolution |
|
| 28 |
+
| vehicle_count | int | The number of vehicles appearing in the image. |
|
| 29 |
+
| license_plate_visibility | boolean | Whether the license plate is clearly visible in the image. |
|
| 30 |
+
| collision_severity | string | Assessment of the severity of the rear-end collision in the image. |
|
| 31 |
+
| weather_condition | string | The weather conditions at the time the image was taken, such as sunny, rainy, or foggy. |
|
| 32 |
+
| road_condition | string | The condition of the road in the image, such as dry, slippery, or snowy. |
|
| 33 |
+
| time_of_day | string | The specific time of day when the image was taken, such as day, night, or dusk. |
|
| 34 |
+
| vehicle_type | string | Types of vehicles appearing in the image, such as cars, trucks, or motorcycles. |
|
| 35 |
+
| injury_severity | string | Assessment of potential injury severity in the vehicle accident. |
|
| 36 |
+
|
| 37 |
+
## Compliance Statement
|
| 38 |
+
|
| 39 |
+
<table>
|
| 40 |
+
<tr>
|
| 41 |
+
<td>Authorization Type</td>
|
| 42 |
+
<td>CC-BY-NC-SA 4.0 (Attribution–NonCommercial–ShareAlike)</td>
|
| 43 |
+
</tr>
|
| 44 |
+
<tr>
|
| 45 |
+
<td>Commercial Use</td>
|
| 46 |
+
<td>Requires exclusive subscription or authorization contract (monthly or per-invocation charging)</td>
|
| 47 |
+
</tr>
|
| 48 |
+
<tr>
|
| 49 |
+
<td>Privacy and Anonymization</td>
|
| 50 |
+
<td>No PII, no real company names, simulated scenarios follow industry standards</td>
|
| 51 |
+
</tr>
|
| 52 |
+
<tr>
|
| 53 |
+
<td>Compliance System</td>
|
| 54 |
+
<td>Compliant with China's Data Security Law / EU GDPR / supports enterprise data access logs</td>
|
| 55 |
+
</tr>
|
| 56 |
+
</table>
|
| 57 |
+
|
| 58 |
+
## Source & Contact
|
| 59 |
+
|
| 60 |
+
If you need more dataset details, please visit [Mobiusi](https://www.mobiusi.com/datasets/f1e5100d4515e75bf6c8241790e6ea75?utm_source=huggingface&utm_medium=referral). or contact us via contact@mobiusi.com
|