YuePanEdward commited on
Commit
f1b3956
·
verified ·
1 Parent(s): 41b1d3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: robotics
4
+ tags:
5
+ - point-cloud
6
+ - 3d-vision
7
+ - pose-estimation
8
+ - registration
9
+ - flow-model
10
+ ---
11
+
12
+ # Register Any Point: Scaling 3D Point Cloud Registration by Flow Matching
13
+
14
+ [![Project Page](https://img.shields.io/badge/Project_Page-RAP-red)](https://rectified-pointflow.github.io/)
15
+ [![arXiv](https://img.shields.io/badge/arXiv-2512.01850-blue?logo=arxiv&color=%23B31B1B)](https://arxiv.org/pdf/2512.01850)
16
+ [![GitHub](https://img.shields.io/badge/GitHub-Repository-black?logo=github)](https://github.com/PRBonn/RAP)
17
+
18
+
19
+ **Register Any Point (RAP)** is a single-stage multi-view point cloud registration model based on conditional flow matching generation in the Euclidean space. RAP model generalises to point clouds with diverse scales, sensors, view counts, and overlapping ratios.
20
+
21
+
22
+ For details, please check our [Github repository](https://github.com/PRBonn/RAP)