তথ্যসূত্র:
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"
}
}