Dataset Viewer
The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    RuntimeError
Message:      Dataset scripts are no longer supported, but found ucf_crime.py
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 66, in compute_config_names_response
                  config_names = get_dataset_config_names(
                                 ^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 161, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                                   ^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 1031, in dataset_module_factory
                  raise e1 from None
                File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 989, in dataset_module_factory
                  raise RuntimeError(f"Dataset scripts are no longer supported, but found {filename}")
              RuntimeError: Dataset scripts are no longer supported, but found ucf_crime.py

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

UCF-Crime Dataset (WebDataset Format)

이 데이터셋은 UCF-Crime 데이터셋을 Hugging Face datasets 라이브러리의 슀트리밍 κΈ°λŠ₯을 μœ„ν•΄ WebDataset(TAR Sharding) ν˜•μ‹μœΌλ‘œ λ³€ν™˜ν•œ λ²„μ „μž…λ‹ˆλ‹€. 100GB μ΄μƒμ˜ λŒ€κ·œλͺ¨ λΉ„λ””μ˜€ 데이터λ₯Ό 효율적으둜 λ‘œλ“œν•  수 μžˆμŠ΅λ‹ˆλ‹€.

from datasets import load_dataset

# Anomaly Detection μ„€μ • λ‘œλ“œ
dataset = load_dataset("your_id/ucf_crime", "anomaly_detection", split="train", streaming=True)

for sample in dataset:
    video_path = sample["mp4"]
    label = sample["json"]["event"]
    print(f"Video loaded: {video_path}, Label: {label}")
    break
@InProceedings{Sultani_2018_CVPR,
    author={Sultani, Waqas and Chen, Chen and Shah, Mubarak},
    title={Real-World Anomaly Detection in Surveillance Videos},
    booktitle={The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
    month={June},
    year={2018},
}
Downloads last month
304

Models trained or fine-tuned on jinmang2/ucf_crime

Paper for jinmang2/ucf_crime