UCF101 Videos
UCF101 - Action Recognition Dataset.
@kaggle.abdallahwagih_ucf101_videos
UCF101 - Action Recognition Dataset.
@kaggle.abdallahwagih_ucf101_videos
Description:
The UCF101 dataset is a widely recognized and extensively used benchmark for action recognition in videos. It is an invaluable resource for researchers, data scientists, and machine learning enthusiasts looking to develop and evaluate action recognition models. This dataset comprises a diverse collection of 101 action categories, covering a wide range of human activities, from sports and dance to everyday actions.
Key Features:
Potential Applications:
CREATE TABLE test (
"video_name" VARCHAR,
"tag" VARCHAR
);CREATE TABLE train (
"video_name" VARCHAR,
"tag" VARCHAR
);Anyone who has the link will be able to view this.