63 datasets found
  1. P

    UCF101 Dataset

    • paperswithcode.com
    • library.toponeai.link
    Updated Apr 21, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Khurram Soomro; Amir Roshan Zamir; Mubarak Shah (2021). UCF101 Dataset [Dataset]. https://paperswithcode.com/dataset/ucf101
    Explore at:
    Dataset updated
    Apr 21, 2021
    Authors
    Khurram Soomro; Amir Roshan Zamir; Mubarak Shah
    Description

    UCF101 is an action recognition data set of realistic action videos, collected from YouTube, having 101 action categories.

  2. ucf101

    • huggingface.co
    Updated Jul 22, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Flower Labs (2024). ucf101 [Dataset]. https://huggingface.co/datasets/flwrlabs/ucf101
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Jul 22, 2024
    Dataset provided by
    Flower Labs GmbH
    Authors
    Flower Labs
    License

    https://choosealicense.com/licenses/unknown/https://choosealicense.com/licenses/unknown/

    Description

    Dataset Card for UCF101

    UCF101 is an action recognition data set of realistic action videos collected from YouTube, having 101 action categories. This version of the dataset does not contain images but images saved frame by frame. Train and test splits are generated based on the authors' first version train/test list.

      Dataset Details
    

    The UCF101 includes 13320 videos from 101 action categories. For more details, visit the website and the publication specified below.… See the full description on the dataset page: https://huggingface.co/datasets/flwrlabs/ucf101.

  3. T

    ucf101

    • tensorflow.org
    • onia-docs.olimpiada-ai.ro
    Updated Nov 23, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2022). ucf101 [Dataset]. https://www.tensorflow.org/datasets/catalog/ucf101
    Explore at:
    Dataset updated
    Nov 23, 2022
    Description

    A 101-label video classification dataset.

    To use this dataset:

    import tensorflow_datasets as tfds
    
    ds = tfds.load('ucf101', split='train')
    for ex in ds.take(4):
     print(ex)
    

    See the guide for more informations on tensorflow_datasets.

  4. h

    ucf101-subset

    • huggingface.co
    Updated Mar 11, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Sayak Paul (2023). ucf101-subset [Dataset]. https://huggingface.co/datasets/sayakpaul/ucf101-subset
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Mar 11, 2023
    Authors
    Sayak Paul
    License

    Apache License, v2.0https://www.apache.org/licenses/LICENSE-2.0
    License information was derived automatically

    Description

    This dataset repository contains a subset of the UCF-101 dataset [1]. The subset archive was obtained using the code from this guide.

      References
    

    [1] UCF101: A Dataset of 101 Human Actions Classes From Videos in The Wild, https://arxiv.org/abs/1212.0402.

  5. P

    UCF101-DS Dataset

    • paperswithcode.com
    Updated Jul 3, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Madeline Chantry Schiappa; Naman Biyani; Prudvi Kamtam; Shruti Vyas; Hamid Palangi; Vibhav Vineet; Yogesh Rawat (2022). UCF101-DS Dataset [Dataset]. https://paperswithcode.com/dataset/ucf101-ds
    Explore at:
    Dataset updated
    Jul 3, 2022
    Authors
    Madeline Chantry Schiappa; Naman Biyani; Prudvi Kamtam; Shruti Vyas; Hamid Palangi; Vibhav Vineet; Yogesh Rawat
    Description

    Existing benchmark datasets in real-world distribution shifts are generally synthetically generated via augmentations to simulate real-world shifts such as weather and camera rotation. The UCF101-DS dataset consists of real-world distribution shifts from user-generated videos without synthetic augmentation. It has videos for 47 UCF-101 classes with 63 different distribution shifts that can be categorized into 15 categories. A total of 536 unique videos split into a total of 4,708 clips. Each clip ranges from 7 to 10 seconds long.

  6. Z

    Keras video classification example with a subset of UCF101 - Action...

    • data.niaid.nih.gov
    • zenodo.org
    Updated May 11, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Mikolaj Buchwald (2023). Keras video classification example with a subset of UCF101 - Action Recognition Data Set (top 10 videos) [Dataset]. https://data.niaid.nih.gov/resources?id=ZENODO_7882860
    Explore at:
    Dataset updated
    May 11, 2023
    Dataset authored and provided by
    Mikolaj Buchwald
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Classify video clips with natural scenes of actions performed by people visible in the videos.

    See the UCF101 Dataset web page: https://www.crcv.ucf.edu/data/UCF101.php#Results_on_UCF101

    This example datasets consists of the 10 most numerous video from the UCF101 dataset. For the top 5 version, see: https://doi.org/10.5281/zenodo.7924745 .

    Based on this code: https://keras.io/examples/vision/video_classification/ (needs to be updated, if has not yet been already; see the issue: https://github.com/keras-team/keras-io/issues/1342).

    Testing if data can be downloaded from figshare with wget, see: https://github.com/mojaveazure/angsd-wrapper/issues/10

    For generating the subset, see this notebook: https://colab.research.google.com/github/sayakpaul/Action-Recognition-in-TensorFlow/blob/main/Data_Preparation_UCF101.ipynb -- however, it also needs to be adjusted (if has not yet been already - then I will post a link to the notebook here or elsewhere, e.g., in the corrected notebook with Keras example).

    I would like to thank Sayak Paul for contacting me about his example at Keras documentation being out of date.

    Cite this dataset as:

    Soomro, K., Zamir, A. R., & Shah, M. (2012). UCF101: A dataset of 101 human actions classes from videos in the wild. arXiv preprint arXiv:1212.0402. https://doi.org/10.48550/arXiv.1212.0402

    To download the dataset via the command line, please use:

    wget -q https://zenodo.org/record/7882861/files/ucf101_top10.tar.gz -O ucf101_top10.tar.gz tar xf ucf101_top10.tar.gz

  7. P

    UCF101-24 Dataset

    • paperswithcode.com
    Updated Oct 26, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2022). UCF101-24 Dataset [Dataset]. https://paperswithcode.com/dataset/ucf101-24
    Explore at:
    Dataset updated
    Oct 26, 2022
    Description

    Click to add a brief description of the dataset (Markdown and LaTeX enabled).

    Provide:

    a high-level explanation of the dataset characteristics explain motivations and summary of its content potential use cases of the dataset

  8. f

    UCF101 dataset

    • figshare.com
    bin
    Updated Feb 16, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    yong yang (2022). UCF101 dataset [Dataset]. http://doi.org/10.6084/m9.figshare.19179269.v1
    Explore at:
    binAvailable download formats
    Dataset updated
    Feb 16, 2022
    Dataset provided by
    figshare
    Authors
    yong yang
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    UCF101 dataset

  9. h

    UCF101

    • huggingface.co
    Updated May 31, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Gu Yuchao (2025). UCF101 [Dataset]. https://huggingface.co/datasets/guyuchao/UCF101
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    May 31, 2025
    Authors
    Gu Yuchao
    Description

    guyuchao/UCF101 dataset hosted on Hugging Face and contributed by the HF Datasets community

  10. R

    Ucf101 Dataset

    • universe.roboflow.com
    zip
    Updated Jul 3, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    FYP (2025). Ucf101 Dataset [Dataset]. https://universe.roboflow.com/fyp-rjj9e/ucf101-ufdmy/dataset/4
    Explore at:
    zipAvailable download formats
    Dataset updated
    Jul 3, 2025
    Dataset authored and provided by
    FYP
    Variables measured
    Actions
    Description

    UCF101

    ## Overview
    
    UCF101 is a dataset for classification tasks - it contains Actions annotations for 3,923 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
  11. UCF101 [PyTorch Video format]

    • kaggle.com
    Updated Mar 14, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Shreya Sajal (2022). UCF101 [PyTorch Video format] [Dataset]. https://www.kaggle.com/datasets/shreyasajal/ucf101-pytorch-video-format
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Mar 14, 2022
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Shreya Sajal
    Description

    Dataset

    This dataset was created by Shreya Sajal

    Contents

  12. P

    UCF-101 VIPriors subset Dataset

    • paperswithcode.com
    Updated Mar 17, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Robert-Jan Bruintjes; Attila Lengyel; Marcos Baptista Rios; Osman Semih Kayhan; Jan van Gemert (2021). UCF-101 VIPriors subset Dataset [Dataset]. https://paperswithcode.com/dataset/ucf-101-vipriors-subset
    Explore at:
    Dataset updated
    Mar 17, 2021
    Authors
    Robert-Jan Bruintjes; Attila Lengyel; Marcos Baptista Rios; Osman Semih Kayhan; Jan van Gemert
    Description

    The VIriors Action Recognition Challenge uses a subset of the UCF101 action recognition dataset:

    Train set: ~4.8K clips. Validation set: ~4.7K clips. Test set: ~3.8K clips.

  13. ucf101

    • kaggle.com
    Updated Apr 17, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    dhuh137 (2020). ucf101 [Dataset]. https://www.kaggle.com/dhuh137/ucf101
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Apr 17, 2020
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    dhuh137
    Description

    Dataset

    This dataset was created by dhuh137

    Contents

  14. UCF101

    • kaggle.com
    Updated May 17, 2021
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Sinan DÖNMEZ (2021). UCF101 [Dataset]. https://www.kaggle.com/sinandonmez/ucf101
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    May 17, 2021
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Sinan DÖNMEZ
    Description

    Dataset

    This dataset was created by Sinan DÖNMEZ

    Contents

  15. h

    UCF101

    • huggingface.co
    Updated Apr 26, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    VLM2Vec (2025). UCF101 [Dataset]. https://huggingface.co/datasets/VLM2Vec/UCF101
    Explore at:
    Dataset updated
    Apr 26, 2025
    Dataset authored and provided by
    VLM2Vec
    Description

    VLM2Vec/UCF101 dataset hosted on Hugging Face and contributed by the HF Datasets community

  16. UCF101

    • kaggle.com
    Updated May 18, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Degior (2025). UCF101 [Dataset]. https://www.kaggle.com/datasets/degior/ucf101
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    May 18, 2025
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Degior
    Description

    Dataset

    This dataset was created by Degior

    Contents

  17. O

    UCF101

    • opendatalab.com
    • huggingface.co
    zip
    Updated Aug 18, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    University of Central Florida (2022). UCF101 [Dataset]. https://opendatalab.com/OpenDataLab/UCF101
    Explore at:
    zip(7195979811 bytes)Available download formats
    Dataset updated
    Aug 18, 2022
    Dataset provided by
    University of Central Florida
    Description

    With 13320 videos from 101 action categories, UCF101 gives the largest diversity in terms of actions and with the presence of large variations in camera motion, object appearance and pose, object scale, viewpoint, cluttered background, illumination conditions, etc, it is the most challenging data set to date. As most of the available action recognition data sets are not realistic and are staged by actors, UCF101 aims to encourage further research into action recognition by learning and exploring new realistic action categories. The videos in 101 action categories are grouped into 25 groups, where each group can consist of 4-7 videos of an action. The videos from the same group may share some common features, such as similar background, similar viewpoint, etc.

  18. t

    UCF101-DVS - Dataset - LDM

    • service.tib.eu
    Updated Dec 3, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2024). UCF101-DVS - Dataset - LDM [Dataset]. https://service.tib.eu/ldmservice/dataset/ucf101-dvs
    Explore at:
    Dataset updated
    Dec 3, 2024
    Description

    A neuromorphic vision sensing (NVS) device represents visual information as sequences of asynchronous discrete events (a.k.a., “spikes”) in response to changes in scene reflectance.

  19. h

    UCF101-trial

    • huggingface.co
    Updated Mar 26, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Junxiang Cai (2025). UCF101-trial [Dataset]. https://huggingface.co/datasets/GiftedNova/UCF101-trial
    Explore at:
    Dataset updated
    Mar 26, 2025
    Authors
    Junxiang Cai
    Description

    UCF101 dataset

    For personal research. Original dataset link is located here. Yes there's missing metadata because I'm only doing video compression tasks.

      license: mit
    

    language: - en - zh

  20. data for ucf 101

    • kaggle.com
    Updated Apr 25, 2020
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    DumbMachine (2020). data for ucf 101 [Dataset]. https://www.kaggle.com/ratinkumar/ucf101/code
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Apr 25, 2020
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    DumbMachine
    License

    https://creativecommons.org/publicdomain/zero/1.0/https://creativecommons.org/publicdomain/zero/1.0/

    Description

    Dataset

    This dataset was created by DumbMachine

    Released under CC0: Public Domain

    Contents

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Khurram Soomro; Amir Roshan Zamir; Mubarak Shah (2021). UCF101 Dataset [Dataset]. https://paperswithcode.com/dataset/ucf101

UCF101 Dataset

Explore at:
3 scholarly articles cite this dataset (View in Google Scholar)
Dataset updated
Apr 21, 2021
Authors
Khurram Soomro; Amir Roshan Zamir; Mubarak Shah
Description

UCF101 is an action recognition data set of realistic action videos, collected from YouTube, having 101 action categories.

Search
Clear search
Close search
Google apps
Main menu