fasolki

Bibliografia:

Użyj następującego polecenia, aby załadować ten zestaw danych w TFDS:

ds = tfds.load('huggingface:beans')
  • Opis :
Beans is a dataset of images of beans taken in the field using smartphone
cameras. It consists of 3 classes: 2 disease classes and the healthy class.
Diseases depicted include Angular Leaf Spot and Bean Rust. Data was annotated
by experts from the National Crops Resources Research Institute (NaCRRI) in
Uganda and collected by the Makerere AI research lab.
  • Licencja : brak znanej licencji
  • Wersja : 0.0.0
  • Dzieli :
Rozdzielać Przykłady
'test' 128
'train' 1034
'validation' 133
  • Cechy :
{
    "image_file_path": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "image": {
        "decode": true,
        "id": null,
        "_type": "Image"
    },
    "labels": {
        "num_classes": 3,
        "names": [
            "angular_leaf_spot",
            "bean_rust",
            "healthy"
        ],
        "id": null,
        "_type": "ClassLabel"
    }
}