Tony Fang
commited on
Commit
·
1996788
1
Parent(s):
290c2a0
added croissant.json
Browse files- croissant.json +38 -0
croissant.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"@context": {
|
3 |
+
"@language": "en",
|
4 |
+
"@vocab": "https://schema.org/",
|
5 |
+
"cr": "http://mlcommons.org/croissant/",
|
6 |
+
"dct": "http://purl.org/dc/terms/"
|
7 |
+
},
|
8 |
+
"@type": "sc:Dataset",
|
9 |
+
"name": "8-calves",
|
10 |
+
"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.",
|
11 |
+
"conformsTo": "http://mlcommons.org/croissant/1.0",
|
12 |
+
"license": "https://creativecommons.org/licenses/by/4.0/",
|
13 |
+
"url": "https://huggingface.co/datasets/tonyFang04/8-calves",
|
14 |
+
"distribution": [
|
15 |
+
{
|
16 |
+
"@type": "cr:FileObject",
|
17 |
+
"name": "pmfeed_4_3_16.mp4",
|
18 |
+
"description": "Raw 1-hr video of 8 calves.",
|
19 |
+
"contentUrl": "https://huggingface.co/datasets/tonyFang04/8-calves/resolve/main/pmfeed_4_3_16.mp4",
|
20 |
+
"encodingFormat": "video/mp4"
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"@type": "cr:FileObject",
|
24 |
+
"name": "pmfeed_4_3_16_bboxes_and_labels.pkl",
|
25 |
+
"description": "Pickle file containing frame-by-frame bounding boxes and labels for pmfeed_4_3_16.mp4.",
|
26 |
+
"contentUrl": "https://huggingface.co/datasets/tonyFang04/8-calves/resolve/main/pmfeed_4_3_16_bboxes_and_labels.pkl",
|
27 |
+
"encodingFormat": "application/x-pickle"
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"@type": "cr:FileSet",
|
31 |
+
"name": "hand_labelled_frames",
|
32 |
+
"description": "Directory containing hand labelled frames in YOLO format from additional raw videos (not included in this dataset).",
|
33 |
+
"contentUrl": "https://huggingface.co/datasets/tonyFang04/8-calves/resolve/main/hand_labelled_frames",
|
34 |
+
"encodingFormat": "application/directory"
|
35 |
+
}
|
36 |
+
]
|
37 |
+
}
|
38 |
+
|