CoolFace
Datasetpublic

daiv05/corn-leaf-instance-segmentation

sourceHugging Faceupdated 17d agoView on Hugging Face
0likes38downloads
dataset_infos.json45 linesDownload Raw Back to root
1{
2  "default": {
3    "combined_fingerprint": "96833e43a46c959f0d5c86615b1d1ea6deecb139063eea9c877986a61084c0e1",
4    "dataset_relative_root": "detector_dataset",
5    "description": "Segmentación de instancias de hojas de maíz en formato YOLO-seg, clase única maize_leaf, splits agrupados con seed 42.",
6    "features": {
7      "image": {
8        "_type": "Image"
9      },
10      "label": {
11        "_type": "ClassLabel",
12        "names": [
13          "maize_leaf"
14        ]
15      }
16    },
17    "mask_counts": {
18      "test": 183,
19      "train": 858,
20      "val": 183
21    },
22    "parent_fingerprint": "7a4a5c083fc64b067df12bcc95ec976d5a7e3b8a585d0a090b6b3940af4d7d5c",
23    "seed": 42,
24    "split_fingerprints": {
25      "test": "046545351ce79431bb1a995dfbc7dfa44c642a18a046860ed5edb9fc0ed89c51",
26      "train": "06035eed94b920b9c7ad600d76eec132b93ade78ace1edb7d6a48340085d29ba",
27      "val": "3c7bf7aba8a9f29b409c61bad4d9e9d59a3387915592f181ad3950ac8374e720"
28    },
29    "splits": {
30      "test": {
31        "name": "test",
32        "num_examples": 173
33      },
34      "train": {
35        "name": "train",
36        "num_examples": 809
37      },
38      "val": {
39        "name": "val",
40        "num_examples": 173
41      }
42    }
43  }
44}
45