참고자료:
TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.
ds = tfds.load('huggingface:biwi_kinect_head_pose')
- 설명 :
The Biwi Kinect Head Pose Database is acquired with the Microsoft Kinect sensor, a structured IR light device.It contains 15K images of 20 people with 6 females and 14 males where 4 people were recorded twice.
- 라이센스 : 이 데이터베이스는 대학 연구 및 교육 등 비상업적인 용도로 사용할 수 있습니다.
- 버전 : 1.0.0
- 분할 :
나뉘다 | 예 |
---|---|
'train' | 24 |
- 특징 :
{
"sequence_number": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"subject_id": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"rgb": {
"feature": {
"decode": true,
"id": null,
"_type": "Image"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"rgb_cal": {
"intrisic_mat": {
"shape": [
3,
3
],
"dtype": "float64",
"id": null,
"_type": "Array2D"
},
"extrinsic_mat": {
"rotation": {
"shape": [
3,
3
],
"dtype": "float64",
"id": null,
"_type": "Array2D"
},
"translation": {
"feature": {
"dtype": "float64",
"id": null,
"_type": "Value"
},
"length": 3,
"id": null,
"_type": "Sequence"
}
}
},
"depth": {
"feature": {
"dtype": "string",
"id": null,
"_type": "Value"
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"depth_cal": {
"intrisic_mat": {
"shape": [
3,
3
],
"dtype": "float64",
"id": null,
"_type": "Array2D"
},
"extrinsic_mat": {
"rotation": {
"shape": [
3,
3
],
"dtype": "float64",
"id": null,
"_type": "Array2D"
},
"translation": {
"feature": {
"dtype": "float64",
"id": null,
"_type": "Value"
},
"length": 3,
"id": null,
"_type": "Sequence"
}
}
},
"head_pose_gt": {
"feature": {
"center": {
"feature": {
"dtype": "float64",
"id": null,
"_type": "Value"
},
"length": 3,
"id": null,
"_type": "Sequence"
},
"rotation": {
"shape": [
3,
3
],
"dtype": "float64",
"id": null,
"_type": "Array2D"
}
},
"length": -1,
"id": null,
"_type": "Sequence"
},
"head_template": {
"dtype": "string",
"id": null,
"_type": "Value"
}
}