CoolFace
Datasetpublic

Quazitron420/video-dataset-pre-test-colab

Video Dataset - pre-test-colab Dataset Description This dataset contains video frames extracted from annotated video segments, along with annotations, transcriptions, and corresponding video clips. Dataset Structure frames/ — extracted frames grouped by role (start, middle, end) segments/ — video clips for each annotation interval annotations/ — original JSON annotation transcriptions/ — transcription files (full_transcription.txt + per segment)… See the full description on the dataset page: https://huggingface.co/datasets/Quazitron420/video-dataset-pre-test-colab.

sourceHugging Facemitupdated 11mo agoView on Hugging Face
0likes2downloads
Dataset Card

Video Dataset - pre-test-colab

Dataset Description

This dataset contains video frames extracted from annotated video segments, along with annotations, transcriptions, and corresponding video clips.

Dataset Structure

  • frames/ — extracted frames grouped by role (start, middle, end)
  • segments/ — video clips for each annotation interval
  • annotations/ — original JSON annotation
  • transcriptions/ — transcription files (full_transcription.txt + per segment)
  • dataset.csv — mapping between frames, annotations, video clips, and segment transcription

Dataset Statistics

  • Frames: 42
  • Segments: 14
  • Unique Labels: 7

Dataset Features

  • image: Extracted video frame (JPEG)
  • annotation: Label/annotation for the frame segment
  • transcription: Text transcription of the audio segment
  • video_segment: Path to the corresponding video clip file

Usage

This dataset can be loaded using the Hugging Face datasets library:

python
from datasets import load_dataset

dataset = load_dataset("your-org/video-dataset-pre-test-colab")