CoolFace
Datasetpublic

P1utoKing/CS-UY-4613-AI-Detections

RAV4 Video Detections This dataset contains object detection outputs for the RAV4 exterior video. File detections.parquet: per-detection outputs generated by a YOLO model. Schema Each row corresponds to one detected bounding box. column description video_id string identifier of the source video timestamp integer second in the video class_label detected component class id confidence_score detection confidence x_min bounding box… See the full description on the dataset page: https://huggingface.co/datasets/P1utoKing/CS-UY-4613-AI-Detections.

sourceHugging Facemitupdated 7mo agoView on Hugging Face
0likes3downloads
Dataset Card

RAV4 Video Detections

This dataset contains object detection outputs for the RAV4 exterior video.

File

  • —detections.parquet: per-detection outputs generated by a YOLO model.

Schema

Each row corresponds to one detected bounding box.

columndescription
video_idstring identifier of the source video
timestampinteger second in the video
class_labeldetected component class id
confidence_scoredetection confidence
x_minbounding box left (pixels)
y_minbounding box top (pixels)
x_maxbounding box right (pixels)
y_maxbounding box bottom (pixels)

Notes

  • —The video was sampled at 1 frame per second.
  • —Timestamps are in seconds from the start of the video.
  • —Bounding boxes use pixel coordinates (xyxy format).