aakashk99/CS370_Assignment_2_Video_Detections
Description This dataset corresponds to car part detections made from a Toyota RAV4 review video (https://www.youtube.com/watch?v=YcvECxtXoxQ). Data Schema video_id: Name of the video where detection occurred frame_index: Relative index of frame where detection occurred timestamp: Time (MM:SS) in the video at which detection occurred class_id: ID of detected car part class_label: Name of detected car part bounding_box: Corners (X-Coordinate Bottom Left… See the full description on the dataset page: https://huggingface.co/datasets/aakashk99/CS370_Assignment_2_Video_Detections.
03
1---2license: mit3---4 5# Description6This dataset corresponds to car part detections made from a Toyota RAV4 review video (https://www.youtube.com/watch?v=YcvECxtXoxQ).7 8# Data Schema9video_id: Name of the video where detection occurred <br>10frame_index: Relative index of frame where detection occurred <br>11timestamp: Time (MM:SS) in the video at which detection occurred <br>12class_id: ID of detected car part <br>13class_label: Name of detected car part <br>14bounding_box: Corners (X-Coordinate Bottom Left, Y-Coordinate Bottom Left, X-Coordinate Top Right, Y-Coordinate Top Right) of box bounding detected car part <br>15confidence: Model confidence in detection <br>16 