PhotoData_Zeval
收藏资源简介:
PhotoData_Zeval数据集是由Unity环境合成的图像及其对应的姿态信息组成,主要用于机器人技术和仿真环境中的姿态估计和物体识别研究。该数据集原始的PNG图像已转换为JPEG格式,并压缩至一个ZIP文件中,包含约30万枚图像,分布在288个不同的视点,每个视点包含114枚图像,总计32832枚图像。每个图像文件夹中还有一个包含姿态等元数据的CSV文件。
The PhotoData_Zeval dataset consists of synthetic images and their corresponding pose information generated in the Unity environment, and is mainly used for research on pose estimation and object recognition in robotics and simulation environments. The original PNG images of this dataset have been converted to JPEG format and compressed into a ZIP file. It contains approximately 300,000 images, distributed across 288 distinct viewpoints, with 114 images per viewpoint, totaling 32,832 images. A CSV file containing metadata such as pose information is also included in each image folder.
PhotoData_Zeval 数据集概述
数据集简介
- 该数据集由Unity环境合成的图像及对应的姿态信息(姿势数据)构成
- 主要面向机器人和仿真环境中的姿态估计与物体识别研究
- 原始约10GB的PNG图像已转换为JPEG格式,大幅减小数据尺寸
数据规格
- 文件格式:JPEG (.jpg) 和 CSV (.csv)
- 数据大小:约666 MB
- 图像数量:约30万枚
- 存储方式:单ZIP文件格式
数据结构
数据集以单个ZIP文件PhotoData.zip提供,解压后保持原始文件夹结构:
/JPEG_OUTPUT ├── /CapturedFrames_-1.0_1.0_-3.0 │ ├── data.csv │ ├── frame_0001.jpg │ └── frame_0002.jpg └── /CapturedFrames_...(其他多个子文件夹)
数据内容特征
- 每个图像对应一个
data.csv文件,包含姿态信息和元数据 - 记录了Y_bot(Unity人形角色)从(0,0,-3)到(0,0,3)直线行走的动画
- 从288个不同视角进行拍摄,每个视角114张图像
- 总计288×114=32,832张图像数据
使用说明
- 需手动下载ZIP文件并解压使用
- 不支持标准的Hugging Face
load_dataset函数直接加载 - 下载示例代码: python from huggingface_hub import hf_hub_download file_path = hf_hub_download( repo_id="Mashmaro/PhotoData_Zeval", filename="PhotoData.zip", repo_type="dataset" )
许可证
- MIT License
数据预览
包含样本图像:sample1.jpg、sample2.jpg、sample3.jpg
详细说明
更多技术细节参见:https://huggingface.co/datasets/Mashmaro/PhotoData_Zeval/blob/main/Detail.md




