Wide_face

مراجع:

استخدم الأمر التالي لتحميل مجموعة البيانات هذه في TFDS:

ds = tfds.load('huggingface:wider_face')
  • الوصف :
WIDER FACE dataset is a face detection benchmark dataset, of which images are
selected from the publicly available WIDER dataset. We choose 32,203 images and
label 393,703 faces with a high degree of variability in scale, pose and
occlusion as depicted in the sample images. WIDER FACE dataset is organized
based on 61 event classes. For each event class, we randomly select 40%/10%/50%
data as training, validation and testing sets. We adopt the same evaluation
metric employed in the PASCAL VOC dataset. Similar to MALF and Caltech datasets,
we do not release bounding box ground truth for the test images. Users are
required to submit final prediction files, which we shall proceed to evaluate.
  • الترخيص : Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
  • الإصدار : 1.0.0
  • الانقسامات :
انشق، مزق أمثلة
'test' 16097
'train' 12880
'validation' 3226
  • الميزات :
{
    "image": {
        "decode": true,
        "id": null,
        "_type": "Image"
    },
    "faces": {
        "feature": {
            "bbox": {
                "feature": {
                    "dtype": "float32",
                    "id": null,
                    "_type": "Value"
                },
                "length": 4,
                "id": null,
                "_type": "Sequence"
            },
            "blur": {
                "num_classes": 3,
                "names": [
                    "clear",
                    "normal",
                    "heavy"
                ],
                "id": null,
                "_type": "ClassLabel"
            },
            "expression": {
                "num_classes": 2,
                "names": [
                    "typical",
                    "exaggerate"
                ],
                "id": null,
                "_type": "ClassLabel"
            },
            "illumination": {
                "num_classes": 2,
                "names": [
                    "normal",
                    "exaggerate "
                ],
                "id": null,
                "_type": "ClassLabel"
            },
            "occlusion": {
                "num_classes": 3,
                "names": [
                    "no",
                    "partial",
                    "heavy"
                ],
                "id": null,
                "_type": "ClassLabel"
            },
            "pose": {
                "num_classes": 2,
                "names": [
                    "typical",
                    "atypical"
                ],
                "id": null,
                "_type": "ClassLabel"
            },
            "invalid": {
                "dtype": "bool",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}
،

مراجع:

استخدم الأمر التالي لتحميل مجموعة البيانات هذه في TFDS:

ds = tfds.load('huggingface:wider_face')
  • الوصف :
WIDER FACE dataset is a face detection benchmark dataset, of which images are
selected from the publicly available WIDER dataset. We choose 32,203 images and
label 393,703 faces with a high degree of variability in scale, pose and
occlusion as depicted in the sample images. WIDER FACE dataset is organized
based on 61 event classes. For each event class, we randomly select 40%/10%/50%
data as training, validation and testing sets. We adopt the same evaluation
metric employed in the PASCAL VOC dataset. Similar to MALF and Caltech datasets,
we do not release bounding box ground truth for the test images. Users are
required to submit final prediction files, which we shall proceed to evaluate.
  • الترخيص : Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
  • الإصدار : 1.0.0
  • الانقسامات :
انشق، مزق أمثلة
'test' 16097
'train' 12880
'validation' 3226
  • الميزات :
{
    "image": {
        "decode": true,
        "id": null,
        "_type": "Image"
    },
    "faces": {
        "feature": {
            "bbox": {
                "feature": {
                    "dtype": "float32",
                    "id": null,
                    "_type": "Value"
                },
                "length": 4,
                "id": null,
                "_type": "Sequence"
            },
            "blur": {
                "num_classes": 3,
                "names": [
                    "clear",
                    "normal",
                    "heavy"
                ],
                "id": null,
                "_type": "ClassLabel"
            },
            "expression": {
                "num_classes": 2,
                "names": [
                    "typical",
                    "exaggerate"
                ],
                "id": null,
                "_type": "ClassLabel"
            },
            "illumination": {
                "num_classes": 2,
                "names": [
                    "normal",
                    "exaggerate "
                ],
                "id": null,
                "_type": "ClassLabel"
            },
            "occlusion": {
                "num_classes": 3,
                "names": [
                    "no",
                    "partial",
                    "heavy"
                ],
                "id": null,
                "_type": "ClassLabel"
            },
            "pose": {
                "num_classes": 2,
                "names": [
                    "typical",
                    "atypical"
                ],
                "id": null,
                "_type": "ClassLabel"
            },
            "invalid": {
                "dtype": "bool",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}