nielsr HF staff commited on
Commit
cef7f9e
·
verified ·
1 Parent(s): d0ce2e9

Add metadata, link to Github

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -1,5 +1,11 @@
1
- https://huggingface.co/papers/2412.09401
 
 
 
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