Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Job manager crashed while running this job (missing heartbeats).
Error code:   JobManagerCrashedError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

image
image
End of preview.

DTTD-Mobile

πŸ€” Are current 3D object tracking methods truely robust enough for low-fidelity depth sensors like the iPhone LiDAR?

This repository contains an example dataset.py and simulated file structure within root. It is the dataset for the 2025 CVPRW paper Robust 6DoF Pose Estimation Against Depth Noise and a Comprehensive Evaluation on a Mobile Dataset.

🚩 Project page: https://openark-berkeley.github.io/DTTDNet/

🦾 Extension to Robotic Tasks: https://huggingface.co/datasets/ZixunH/DTTD3_Impedance

πŸ† Leaderboard Embedded: https://paperswithcode.com/dataset/dttd2

🧸 You can also download our 6-DoF pose estimation network and the ckpt from: https://github.com/augcog/DTTD2

πŸ“ Folder Structure:

Robust-Digital-Twin-Tracking
β”œβ”€β”€ checkpoints
β”‚   β”œβ”€β”€ m8p4.pth
β”‚   β”œβ”€β”€ m8p4_filter.pth
β”‚   └── ...
|   ...
└── dataset
    └── dttd_iphone
        β”œβ”€β”€ dataset_config
        β”œβ”€β”€ dataset.py
        └── DTTD_IPhone_Dataset
            └── root
                β”œβ”€β”€ cameras
                β”‚   β”œβ”€β”€ az_camera1 (if you want to train our algorithm with DTTD v1)
                β”‚   β”œβ”€β”€ iphone14pro_camera1
                β”‚   └── ZED2 (to be released...)
                β”œβ”€β”€ data
                β”‚   β”œβ”€β”€ scene1
                β”‚   β”‚   └── data
                β”‚   β”‚   β”‚   β”œβ”€β”€ 00001_color.jpg
                β”‚   β”‚   β”‚   β”œβ”€β”€ 00001_depth.png
                β”‚   β”‚   β”‚   └── ...
                |   β”‚   └── scene_meta.yaml
                β”‚   β”œβ”€β”€ scene2
                β”‚   β”‚   └── data
                |   β”‚   └── scene_meta.yaml
                β”‚   ...
                └── objects
                    β”œβ”€β”€ apple
                    β”‚   β”œβ”€β”€ apple.mtl
                    β”‚   β”œβ”€β”€ apple.obj
                    β”‚   β”œβ”€β”€ front.xyz
                    β”‚   β”œβ”€β”€ points.xyz
                    β”‚   β”œβ”€β”€ ...
                    β”‚   └── textured.obj.mtl
                    β”œβ”€β”€ black_expo_marker
                    └── ...

If our work is useful or relevant to your research, please kindly recognize our contributions by citing our papers:

@inproceedings{huang2025robust,
  title={Robust 6DoF Pose Estimation Against Depth Noise and a Comprehensive Evaluation on a Mobile Dataset},
  author={Huang, Zixun and Yao, Keling and Zhao, Zhihao and Pan, Chuanyu and Yang, Allen},
  booktitle={Proceedings of the Computer Vision and Pattern Recognition Conference},
  pages={1848--1857},
  year={2025}
}
Downloads last month
92