Quazitron420's picture
Upload folder using huggingface_hub
11d4c7d verified
metadata
license: mit
task_categories:
  - image-classification
  - other
language:
  - en
  - ru
size_categories:
  - n<1K
dataset_info:
  features:
    - name: image
      dtype: image
    - name: video_segment
      dtype: string
    - name: transcription
      dtype: string
    - name: subject
      dtype: string
    - name: category
      dtype: string
    - name: subcategory
      dtype: string
    - name: action_description
      dtype: string
    - name: context_and_comments
      dtype: string
  splits:
    - name: train
      num_bytes: 4231791
      num_examples: 90
  download_size: 3041668
  dataset_size: 4231791
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*

Video Dataset - combined_dataset

Dataset Description

This dataset contains video frames extracted from annotated video segments, along with annotations, transcriptions, and corresponding video clips. Combined from tasks: task01, task02, task03, task04, task05

Dataset Structure

  • frames/ — extracted frames (first frame from each segment)
  • segments/ — video clips for each annotation interval
  • annotations/ — original JSON annotation
  • transcriptions/ — transcription files (full_transcription.txt + per segment)
  • dataset.csv — mapping between frames, video clips, transcriptions, and metadata

Dataset Statistics

  • Frames: 90
  • Segments: 89
  • Source Tasks: task01, task02, task03, task04, task05