6DOF pose estimation - synthetically generated dataset using BlenderProc
收藏DataONE2023-11-26 更新2024-06-08 收录
下载链接:
https://search.dataone.org/view/sha256:6e2c0b079b229fdead46464a95d574d044a2cc8a517e3ecfe68f718dbb2e93bb
下载链接
链接失效反馈官方服务:
资源简介:
Accurate and robust 6DOF (Six Degrees of Freedom) pose estimation is a critical task in various fields, including computer vision, robotics, and augmented reality. This research paper presents a novel approach to enhance the accuracy and reliability of 6DOF pose estimation by introducing a robust method for generating synthetic data and leveraging the ease of multi-class training using the generated dataset. The proposed method tackles the challenge of insufficient real-world annotated data by creating a large and diverse synthetic dataset that accurately mimics real-world scenarios. The proposed method only requires a CAD model of the object and there is no limit to the number of unique data that can be generated. Furthermore, a multi-class training strategy that harnesses the synthetic dataset's diversity is proposed and presented. This approach mitigates class imbalance issues and significantly boosts accuracy across varied object classes and poses. Experimental results underscore th..., This dataset has been synthetically generated using 3D software like Blender and APIs like Blendeproc., , # Data Repository README
This repository contains data organized into a structured format. The data consists of three main folders and two files, each serving a specific purpose.
The data contains two folders - Cat and Hand.
Cat Dataset: 63492 labeled data with images, masks, and poses.
Hand Dataset: 42418 labeled data with images, masks, and poses.
Usage: The dataset is ready for use by simply extracting the contents of the zip file, whether for training in a segmentation task or a pose estimation task.
To view .npy files you will need to use Python with the numpy package installed. In Python use the following commands.
import numpy\
data = numpy.load('file.npy')\
print(data)
What free/open software is appropriate for viewing the .ply files?\
These files can be opened using any 3D modeling software like Blender, Meshlab, etc.
Camera Matrix Intrinstics Format :
Fx 0 px
0 Fy py
0 0 0
Below is an overview of the data organization:
## Folder Structure
1. **Rgb:**
* This ...
创建时间:
2025-07-11



