Datasets:
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
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 |
---|
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