Update README.md
Browse files
README.md
CHANGED
@@ -27,7 +27,7 @@ The **Atypical** video dataset introduces a diverse collection of short video cl
|
|
27 |
### Unintentional & Abnormal
|
28 |
|
29 |
- **Sources:**
|
30 |
-
- [Oops Dataset](https://
|
31 |
- [UCSD Ped2](http://www.svcl.ucsd.edu/projects/anomaly/dataset.htm)
|
32 |
- [CUHK Avenue](https://www.cse.cuhk.edu.hk/leojia/projects/detectabnormal/dataset.html)
|
33 |
- [UCF-Crime](https://www.crcv.ucf.edu/projects/real-world-anomaly-detection-in-surveillance-videos/)
|
@@ -69,6 +69,27 @@ You can use the following code to download the entire dataset:
|
|
69 |
```python
|
70 |
from huggingface_hub import snapshot_download
|
71 |
|
72 |
-
repo_id = "
|
73 |
|
74 |
snapshot_download(repo_id=repo_id, repo_type="dataset", token={your_token})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
### Unintentional & Abnormal
|
28 |
|
29 |
- **Sources:**
|
30 |
+
- [Oops Dataset](https://oops.cs.columbia.edu/data/)
|
31 |
- [UCSD Ped2](http://www.svcl.ucsd.edu/projects/anomaly/dataset.htm)
|
32 |
- [CUHK Avenue](https://www.cse.cuhk.edu.hk/leojia/projects/detectabnormal/dataset.html)
|
33 |
- [UCF-Crime](https://www.crcv.ucf.edu/projects/real-world-anomaly-detection-in-surveillance-videos/)
|
|
|
69 |
```python
|
70 |
from huggingface_hub import snapshot_download
|
71 |
|
72 |
+
repo_id = "july98/atypical_video_dataset"
|
73 |
|
74 |
snapshot_download(repo_id=repo_id, repo_type="dataset", token={your_token})
|
75 |
+
|
76 |
+
## Dataset Detail
|
77 |
+
|
78 |
+
### Project Description
|
79 |
+
Developed by: Qiyue Sun, Qiming Huang, Yang Yang, Hongjun Wang, Jianbo Jiao
|
80 |
+
License: Creative Commons Attribution-NonCommercial-ShareAlike 4.0
|
81 |
+
|
82 |
+
### Dataset Statistics
|
83 |
+
|
84 |
+
Total Videos: 7,818 video clips spanning a wide range of atypical scenarios.
|
85 |
+
Sources:
|
86 |
+
|
87 |
+
Unintentional behaviors: 2,835 clips sourced from the Oops dataset, with an average duration of 9.77 seconds.
|
88 |
+
Abnormal scenes: 1,103 clips extracted from established anomaly detection datasets including UCSD Ped2, CUHK Avenue, and UCF-Crime, averaging 7.53 seconds per clip.
|
89 |
+
Surreal content: 1,024 clips from the SURREAL dataset, featuring synthetic human renderings with an average duration of 3.18 seconds.
|
90 |
+
Sci-fi: 1,119 clips curated from YouTube film trailers that depict futuristic or supernatural themes, averaging 4.00 seconds.
|
91 |
+
Animation: 1,058 clips taken from animated movie trailers on YouTube, averaging 4.04 seconds.
|
92 |
+
Theatre: 679 clips from stylized stage performances sourced from YouTube, with an average duration of 4.81 seconds.
|
93 |
+
Duration: The dataset comprises over 12.3 hours of video, with an overall average clip length of 5.70 seconds.
|
94 |
+
|
95 |
+
All videos have been segmented into short clips and preprocessed for consistency in resolution and format.
|