CPPE-5

참고자료:

TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.

ds = tfds.load('huggingface:cppe-5')
  • 설명 :
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.
  • 라이센스 : 알 수 없음
  • 버전 : 1.0.0
  • 분할 :
나뉘다
'test' 29
'train' 1000
  • 특징 :
{
    "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"
    }
}