Views
No views yet
| Column | Type | Description |
|---|---|---|
| frame_index | int | Frame number (0-indexed) |
| timestamp | int | Timestamp in original video (seconds) |
| class_label | str | Detected car part (23 possible classes) |
| bounding_box_xmin | float | Left edge of bounding box |
| bounding_box_ymin | float | Top edge of bounding box |
| bounding_box_xmax | float | Right edge of bounding box |
| bounding_box_ymax | float | Bottom edge of bounding box |
| confidence_score | float | Detector confidence (0–1) |
| Column | Type | Description |
|---|---|---|
| query_index | int | Index in aegean-ai/rav4-exterior-images dataset |
| start | int | Clip start timestamp in corpus video (seconds) |
| end | int | Clip end timestamp in corpus video (seconds) |
| class_label | list | Car part classes matched during retrieval |
| number_of_supporting_detections | int | Frames supporting the match |
| embed_url | str | YouTube embed URL with start/end params |