lin1318/object_detection
Image-to-Video Semantic Retrieval via Object Detection – Dataset Schema This repository contains detection and retrieval results for a Toyota RAV4 2026 review video. Frames were sampled every 5 seconds from the source video. 1. Video Detections File: video_detections.parquet Each row corresponds to a single object detection in a sampled video frame. Schema Column Type Description video_id string YouTube video identifier frame_index int… See the full description on the dataset page: https://huggingface.co/datasets/lin1318/object_detection.
Image-to-Video Semantic Retrieval via Object Detection – Dataset Schema
This repository contains detection and retrieval results for a Toyota RAV4 2026 review video.
Frames were sampled every 5 seconds from the source video.
1. Video Detections
File: video_detections.parquet
Each row corresponds to a single object detection in a sampled video frame.
Schema
2. Retrieval Results
File: query_retrieval_results.parquet
Each row corresponds to one retrieved video segment for a given query image and component.
Retrieval is performed by matching detected component labels between query image detections and the video detection index. Contiguous timestamps are merged into segments.
Schema
Verification
Retrieved segments can be verified using:
https://www.youtube.com/embed/{videoid}?start={starttimestamp}&end={end_timestamp}
