Sliverwall/yolo26l_car_parts_queried
Multi-Component Image-to-Video Mapping (YOLO26L) Dataset Schema The data is stored in Apache Parquet format with snappy compression. Each row represents a continuous video clip that matches a specific query image. Column Type Description instance_id int64 Unique ID for the specific continuous sighting in the video. source_image_index int64 The index of the original query image from the reference aegean dataset. components_queried string The set of… See the full description on the dataset page: https://huggingface.co/datasets/Sliverwall/yolo26l_car_parts_queried.
Multi-Component Image-to-Video Mapping (YOLO26L)
Dataset Schema
The data is stored in Apache Parquet format with snappy compression. Each row represents a continuous video clip that matches a specific query image.
Retrieval Logic
The mapping was generated using the part-B notebook for assignment 2:
- Reference images from the aegean dataset were processed by YOLO26L-seg at a
0.35confidence threshold to extract component sets. - Performed a frame-level subset check against the video detection parquet file to find moments where the component set appeared
- Continuous matches were grouped into "intervals" using a 5.0s gap threshold to account for occlusion
