LeonLiu0204/rav4-video-detections
RAV4 Video Object Detections This repository contains the detection output parquet file for Assignment 2: "Image-to-Video Semantic Retrieval via Object Detection". File yolo_detections_clip.parquet Each row represents one detection from a sampled video frame. Notes The parquet file is used as the interface between detection and retrieval. Main fields video_id detector_name frame_index / timestamp class_label bounding_box… See the full description on the dataset page: https://huggingface.co/datasets/LeonLiu0204/rav4-video-detections.
RAV4 Video Object Detections
This repository contains the detection output parquet file for Assignment 2: "Image-to-Video Semantic Retrieval via Object Detection".
File
yolodetectionsclip.parquet
Each row represents one detection from a sampled video frame.
Notes
The parquet file is used as the interface between detection and retrieval.
Main fields
- video_id
- detector_name
- frame_index / timestamp
- class_label
- bounding_box
- confidence_score
