Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,28 @@
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
-
# RoomTour3D:
|
6 |
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
|
5 |
+
# RoomTour3D: Geometry-Aware Video-Instruction Tuning for Embodied Navigation
|
6 |
|
7 |
+
## Dataset Description
|
8 |
+
|
9 |
+
- **Repository:** [RoomTour3D](https://roomtour3d.github.io/)
|
10 |
+
- **Paper:** [2412.08591](https://arxiv.org/abs/2412.08591)
|
11 |
+
- **Point of Contact:** mailto:[Mingfei Han](hmf282@gmail.com)
|
12 |
+
|
13 |
+
This contains pre-trained checkpoints and finetuned checkpoints for our RoomTour3D-NaviLLM. Please follow the instructions and license [here](https://github.com/roomtour3d/roomtour3d-NaviLLM) to use these models.
|
14 |
+
|
15 |
+
---
|
16 |
+
|
17 |
+
|
18 |
+
## Citation <a name="citation"></a>
|
19 |
+
|
20 |
+
If you find our work useful for your research, please consider citing the paper
|
21 |
+
|
22 |
+
```
|
23 |
+
@article{han2024roomtour3d,
|
24 |
+
title={RoomTour3D: Geometry-Aware Video-Instruction Tuning for Embodied Navigation},
|
25 |
+
author={Mingfei Han and Liang Ma and Kamila Zhumakhanova and Ekaterina Radionova and Jingyi Zhang and Xiaojun Chang and Xiaodan Liang and Ivan Laptev},
|
26 |
+
journal={arXiv preprint arXiv:2412.08591},
|
27 |
+
year={2024}
|
28 |
+
}
|
29 |
+
```
|