Datasets:
Upload croissant.json with huggingface_hub
Browse files- croissant.json +68 -0
croissant.json
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"@context": "https://mlcommons.org/croissant/context/v0.9.json",
|
3 |
+
"@type": "Dataset",
|
4 |
+
"name": "FishNet2",
|
5 |
+
"description": "FishNet2 is a large-scale dataset for marine species recognition. It contains fish images with bounding boxes, keypoints, segmentation masks, and species-level descriptions.",
|
6 |
+
"version": "1.0.0",
|
7 |
+
"datePublished": "2025-05-15",
|
8 |
+
"license": "https://creativecommons.org/licenses/by/4.0/",
|
9 |
+
"identifier": "https://huggingface.co/datasets/faixanKhan/FishNet2",
|
10 |
+
"creator": [
|
11 |
+
{
|
12 |
+
"name": "Faizan Farooq Khan",
|
13 |
+
"affiliation": "King Abdullah University of Science and Technology (KAUST)"
|
14 |
+
}
|
15 |
+
],
|
16 |
+
"distributions": [
|
17 |
+
{
|
18 |
+
"name": "Specie-level Images",
|
19 |
+
"contentUrl": "https://huggingface.co/datasets/faixanKhan/FishNet2/resolve/main/specie_level.zip",
|
20 |
+
"encodingFormat": "application/zip"
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"name": "Bounding Boxes",
|
24 |
+
"contentUrl": "https://huggingface.co/datasets/faixanKhan/FishNet2/resolve/main/bounding_boxes.zip",
|
25 |
+
"encodingFormat": "application/zip"
|
26 |
+
},
|
27 |
+
{
|
28 |
+
"name": "Keypoints",
|
29 |
+
"contentUrl": "https://huggingface.co/datasets/faixanKhan/FishNet2/resolve/main/kp_annotations.zip",
|
30 |
+
"encodingFormat": "application/zip"
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"name": "Segmentation Masks",
|
34 |
+
"contentUrl": "https://huggingface.co/datasets/faixanKhan/FishNet2/resolve/main/masks.zip",
|
35 |
+
"encodingFormat": "application/zip"
|
36 |
+
},
|
37 |
+
{
|
38 |
+
"name": "Species Descriptions",
|
39 |
+
"contentUrl": "https://huggingface.co/datasets/faixanKhan/FishNet2/resolve/main/descriptions.json",
|
40 |
+
"encodingFormat": "application/json"
|
41 |
+
}
|
42 |
+
],
|
43 |
+
"dataStructure": {
|
44 |
+
"tables": [
|
45 |
+
{
|
46 |
+
"name": "species_descriptions",
|
47 |
+
"description": "Descriptions of 35,133 marine species.",
|
48 |
+
"columns": [
|
49 |
+
{
|
50 |
+
"name": "species",
|
51 |
+
"description": "Scientific name of the species.",
|
52 |
+
"dataType": "string"
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"name": "description",
|
56 |
+
"description": "Textual description of the species.",
|
57 |
+
"dataType": "string"
|
58 |
+
}
|
59 |
+
],
|
60 |
+
"file": {
|
61 |
+
"url": "https://huggingface.co/datasets/faixanKhan/FishNet2/resolve/main/descriptions.json",
|
62 |
+
"encodingFormat": "application/json"
|
63 |
+
}
|
64 |
+
}
|
65 |
+
]
|
66 |
+
}
|
67 |
+
}
|
68 |
+
|