aakashk99/CS370_Assignment_2_Image_Query_Results
Description This dataset corresponds to results from the video corpus (https://huggingface.co/datasets/aakashk99/CS370_Assignment_2_Video_Detections) for a set of query images (https://huggingface.co/datasets/aegean-ai/rav4-exterior-images). Data Schema query_index_image: Index of the query image in the query database query_image_timestamp: Timestamp (MM:SS) of query image in corresponding video confidence: Model confidence in detection clip_start: Start time… See the full description on the dataset page: https://huggingface.co/datasets/aakashk99/CS370_Assignment_2_Image_Query_Results.
03
1---2license: mit3---4 5# Description6 7This dataset corresponds to results from the video corpus (https://huggingface.co/datasets/aakashk99/CS370_Assignment_2_Video_Detections) for a set of query images (https://huggingface.co/datasets/aegean-ai/rav4-exterior-images).8 9# Data Schema10 11query_index_image: Index of the query image in the query database <br>12query_image_timestamp: Timestamp (MM:SS) of query image in corresponding video <br>13confidence: Model confidence in detection <br>14clip_start: Start time (MM:SS) of query result clip <br>15clip_end: End time (MM:SS) of query result clip <br>16clip_duration: Duration of Clip (seconds) <br>17clip_url: URL of query result clip <br>