Add metadata, link to Github
Browse files
README.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
-
|
|
|
|
|
|
|
2 |
|
3 |
SLAM3R is a real-time RGB SLAM system that performs dense 3D reconstruction via points regression with feed-forward neural networks.
|
4 |
|
5 |
-
This repository contains pre-trained weights for the Local-to-World network, which align local pointclouds into a unified scene coordinate system.
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- video-to-3d
|
4 |
+
---
|
5 |
|
6 |
SLAM3R is a real-time RGB SLAM system that performs dense 3D reconstruction via points regression with feed-forward neural networks.
|
7 |
|
8 |
+
This repository contains pre-trained weights for the Local-to-World network, which align local pointclouds into a unified scene coordinate system.
|
9 |
+
|
10 |
+
Paper: https://huggingface.co/papers/2412.09401
|
11 |
+
Code: https://github.com/PKU-VCL-3DV/SLAM3R
|