참고자료:
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.
- 라이센스 : 크리에이티브 커먼즈 저작자표시-비영리-변경금지 4.0 국제(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"
}
}