{ "@context": { "@language": "en", "@vocab": "https://schema.org/", "cr": "http://mlcommons.org/croissant/", "dct": "http://purl.org/dc/terms/" }, "@type": "sc:Dataset", "name": "8-calves", "description": "The 8-calves dataset comprises a raw 1-hr video (pmfeed_4_3_16.mp4) capturing 8 calves, its corresponding frame-by-frame bounding boxes and labels (pmfeed_4_3_16_bboxes_and_labels.pkl), and a collection of hand labelled frames in YOLO format (hand_labelled_frames) from other raw videos not included in this dataset. This temporal dataset is domain-agnostic and designed for general computer vision tasks in a temporal setting. Detailed instructions for data wrangling and benchmark reproduction are provided in the README.", "conformsTo": "http://mlcommons.org/croissant/1.0", "license": "https://creativecommons.org/licenses/by/4.0/", "url": "https://huggingface.co/datasets/tonyFang04/8-calves", "distribution": [ { "@type": "cr:FileObject", "name": "pmfeed_4_3_16.mp4", "description": "Raw 1-hr video of 8 calves.", "contentUrl": "https://huggingface.co/datasets/tonyFang04/8-calves/resolve/main/pmfeed_4_3_16.mp4", "encodingFormat": "video/mp4" }, { "@type": "cr:FileObject", "name": "pmfeed_4_3_16_bboxes_and_labels.pkl", "description": "Pickle file containing frame-by-frame bounding boxes and labels for pmfeed_4_3_16.mp4.", "contentUrl": "https://huggingface.co/datasets/tonyFang04/8-calves/resolve/main/pmfeed_4_3_16_bboxes_and_labels.pkl", "encodingFormat": "application/x-pickle" }, { "@type": "cr:FileSet", "name": "hand_labelled_frames", "description": "Directory containing hand labelled frames in YOLO format from additional raw videos (not included in this dataset).", "contentUrl": "https://huggingface.co/datasets/tonyFang04/8-calves/resolve/main/hand_labelled_frames", "encodingFormat": "application/directory" } ] }