Add task category, paper and code links (#1)
Browse files- Add task category, paper and code links (281dc556fed09a6f7abc8f1d89cfdba6172e32d5)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- image-to-3d
|
5 |
+
tags:
|
6 |
+
- slam
|
7 |
+
- 3d-reconstruction
|
8 |
+
- monocular
|
9 |
+
---
|
10 |
+
|
11 |
+
This repository contains data for WildGS-SLAM: Monocular Gaussian Splatting SLAM in Dynamic Environments.
|
12 |
+
|
13 |
+
[Paper](https://huggingface.co/papers/2504.03886) | [Project Page](https://wildgs-slam.github.io/) | [Code](https://github.com/GradientSpaces/WildGS-SLAM)
|
14 |
+
|
15 |
+
WildGS-SLAM accurately tracks the camera trajectory and reconstructs a 3D Gaussian map for static elements from a monocular video sequence, effectively removing dynamic components.
|
16 |
+
|
17 |
+
|
18 |
+
### Datasets Used
|
19 |
+
|
20 |
+
WildGS-SLAM uses data from the following datasets:
|
21 |
+
|
22 |
+
* **Wild-SLAM Mocap Dataset:** ([Hugging Face](https://huggingface.co/datasets/gradient-spaces/Wild-SLAM/tree/main/Mocap)) Download instructions are available in the [github repository](https://github.com/GradientSpaces/WildGS-SLAM).
|
23 |
+
* **Wild-SLAM iPhone Dataset:** ([Hugging Face](https://huggingface.co/datasets/gradient-spaces/Wild-SLAM/tree/main/iPhone)) Download instructions are available in the [github repository](https://github.com/GradientSpaces/WildGS-SLAM).
|
24 |
+
* **Bonn Dynamic Dataset:** ([Website](https://www.ipb.uni-bonn.de/data/rgbd-dynamic-dataset/index.html)) Download instructions are available in the [github repository](https://github.com/GradientSpaces/WildGS-SLAM).
|
25 |
+
* **TUM RGB-D (dynamic) Dataset:** Download instructions are available in the [github repository](https://github.com/GradientSpaces/WildGS-SLAM).
|