BIWI Kinect Head Pose Database

简介:


Because cheap consumer devices (e.g., Kinect) acquire row-resolution, noisy depth data, we could not train our algorithm on clean, synthetic images as was done in our previous CVPR work. Instead, we recorded several people sitting in front of a Kinect (at about one meter distance). The subjects were asked to freely turn their head around, trying to span all possible yaw/pitch angles they could perform.



To be able to evaluate our real-time head pose estimation system, the sequences were annotated using the automatic system of www.faceshift.com, i.e., each frame is annotated with the center of the head in 3D and the head rotation angles.

The dataset contains over 15K images of 20 people (6 females and 14 males - 4 people were recorded twice). For each frame, a depth image, the corresponding rgb image (both 640x480 pixels), and the annotation is provided. The head pose range covers about +-75 degrees yaw and +-60 degrees pitch. Ground truth is provided in the form of the 3D location of the head and its rotation.

Even though our algorithms work on depth images alone, we provide the RGB images as well.  Please note that this is a database acquired with frame-by-frame estimation in mind, not tracking.  For this reason, some frames are missing.

The database is made available for research purposes only. You are required to cite our work whenever publishing anything directly or indirectly using the data:

@article{fanelli_IJCV,
author = {Fanelli, Gabriele and Dantone, Matthias and Gall, Juergen and Fossati, Andrea and Van Gool, Luc},
title = {Random Forests for Real Time 3D Face Analysis},
journal = {Int. J. Comput. Vision},
year = {2013},
month = {February},
volume = {101}, 
number = {3},
pages = {437--458}
}

原文发布时间为:   2017-04-26

本文来自云栖社区合作伙伴极市网,了解相关信息可以关注极市网。
相关文章
|
存储 算法 数据库
人脸识别数据集
人脸识别数据集
2207 155
|
人工智能 自然语言处理 API
AppFlow:无代码部署Dify成为公众号客服
本文介绍如何通过计算巢AppFlow无代码部署Dify应用,并将其配置到微信公众号中作为智能客服使用。具体步骤包括:访问计算巢AppFlow模板中心选择Dify实例模版,创建连接流并配置Dify和微信公众号的鉴权凭证,完成部署后发布连接流。最终,您可以通过微信公众号发送消息,接收AI智能客服的回复。
2294 9
AppFlow:无代码部署Dify成为公众号客服
|
机器学习/深度学习 编解码 数据可视化
Paper:《How far are we from solving the 2D & 3D Face Alignment problem? 》解读与翻译
Paper:《How far are we from solving the 2D & 3D Face Alignment problem? 》解读与翻译
Paper:《How far are we from solving the 2D & 3D Face Alignment problem? 》解读与翻译
|
Java API Maven
商汤人像如何对接?Java代码如何写?
商汤人像如何对接?Java代码如何写?
612 5
|
移动开发 人工智能 JSON
Python绘制的图形或者图像在vue的前端页面中显示
Python绘制的图形或者图像在vue的前端页面中显示的方法总结
1891 0
疲劳检测-闭眼检测(详细代码教程)
疲劳检测-闭眼检测(详细代码教程)
|
XML 前端开发 JavaScript
【前端】taro 启动文件app.ts 修改成app.tsx
【前端】taro 启动文件app.ts 修改成app.tsx
1229 0
|
SQL 数据库 Docker
SQL Server in Docker 还原数据库
SQL Server in Docker 还原数据库上一会演示了如果在Docker环境下安装SQL Server,这次我们来演示下如何还原一个数据库备份文件到数据库实例上。 使用winscp上传bak文件到linux服务器上一回我们启动docker容器的时候使用了-v参数挂账了本地目录/hd2/sqlserver2019_data到容器内目录/var/opt/mssql,所以我们只需要把文件testdb.bak上传到/hd2/sqlserver2019_data目录,docker容器即可访问。
1722 0
|
NoSQL 开发工具
TableStore表格存储(阿里云OTS)多行数据操作查询,支持倒序,过滤条件和分页
1. 批量读取操作 批量读取操作可以通过多种方式进行,包括: GetRow:根据主键读取一行数据。 BatchGetRow:批量读取多行数据。 GetRange:根据范围读取多行数据。
1547 0
|
11月前
|
安全 开发工具 开发者
HarmonyOS NEXT实战:使用PhotoPicker组件选择图片或视频
本教程介绍如何在HarmonyOS应用中使用PhotoPicker组件实现图片和视频选择功能。通过集成PhotoPickerComponent,用户可直接选取媒体资源,无需授予文件读取权限。内容涵盖组件配置、回调处理及代码实现,帮助开发者快速构建高效、安全的媒体选择功能。
357 5

热门文章

最新文章