Datasets:
Add dataset card
Browse filesThis PR adds a dataset card for the DTTD-Mobile dataset, linking to the paper and the project page.
README.md
CHANGED
|
@@ -1 +1,9 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- robotics
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
This repository contains an example `dataset.py` and simulated file structure within `root`.
|
| 7 |
+
It is the dataset for the paper [Robust 6DoF Pose Estimation Against Depth Noise and a Comprehensive Evaluation on a Mobile Dataset](https://huggingface.co/papers/2309.13570).
|
| 8 |
+
|
| 9 |
+
Project page: https://openark-berkeley.github.io/DTTDNet/
|