cppe-5

Referensi:

Gunakan perintah berikut untuk memuat dataset ini di TFDS:

ds = tfds.load('huggingface:cppe-5')
  • Deskripsi :
CPPE - 5 (Medical Personal Protective Equipment) is a new challenging dataset with the goal
to allow the study of subordinate categorization of medical personal protective equipments,
which is not possible with other popular data sets that focus on broad level categories.
  • Lisensi : Tidak diketahui
  • Versi : 1.0.0
  • Perpecahan :
Membelah Contoh
'test' 29
'train' 1000
  • Fitur :
{
    "image_id": {
        "dtype": "int64",
        "id": null,
        "_type": "Value"
    },
    "image": {
        "id": null,
        "_type": "Image"
    },
    "width": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    },
    "height": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    },
    "objects": {
        "feature": {
            "id": {
                "dtype": "int64",
                "id": null,
                "_type": "Value"
            },
            "area": {
                "dtype": "int64",
                "id": null,
                "_type": "Value"
            },
            "bbox": {
                "feature": {
                    "dtype": "float32",
                    "id": null,
                    "_type": "Value"
                },
                "length": 4,
                "id": null,
                "_type": "Sequence"
            },
            "category": {
                "num_classes": 5,
                "names": [
                    "Coverall",
                    "Face_Shield",
                    "Gloves",
                    "Goggles",
                    "Mask"
                ],
                "names_file": null,
                "id": null,
                "_type": "ClassLabel"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}