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: Digital Twin Tracking Dataset Calibrated with a Optical MoCap System and a Mobile Device
π€ Are current 3D object tracking methods truely robust enough for low-fidelity depth sensors like the iPhone LiDAR? We provide a new dataset on a mobile device: 18 objects observed in 100 videos with 47,668 sampled frames and 114,143 object annotations.
πΉ If our work is useful or relevant to your research, please kindly recognize our contributions by citing our papers:
@InProceedings{Huang_2025_CVPR,
author = {Huang, Zixun and Yao, Keling and Zhao, Zhihao and Pan, Chuanyu and Yang, Allen},
title = {Robust 6DoF Pose Estimation Against Depth Noise and a Comprehensive Evaluation on a Mobile Dataset},
booktitle = {Proceedings of the Computer Vision and Pattern Recognition Conference (CVPR) Workshops},
month = {June},
year = {2025},
pages = {1848-1857}
}
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 access our Transformer-based 6-DoF pose estimation network from: https://github.com/augcog/DTTD2
π½οΈ And the checkpoints (trained on DTTD-Mobile): https://drive.google.com/drive/folders/1U7YJKSrlWOY5h2MJRc_cwJPkQ8600jbd?usp=share_link
π Folder Structure (including cad models, rgb images, semantic images, depth images, camera intrinsics, object poses, etc):
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
βββ ...
- Downloads last month
- 155