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.
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 intervalannotations/— original JSON annotationtranscriptions/— 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:
from datasets import load_dataset
dataset = load_dataset("your-org/video-dataset-pre-test-colab")