Add pipeline tag and link to code
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
pipeline_tag: depth-estimation
|
| 4 |
+
library_name: openpoints
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
This repository contains the weights for the model presented in [Enhancing point cloud analysis via neighbor aggregation correction based on cross-stage structure correlation](https://arxiv.org/abs/2506.15160).
|
| 8 |
+
|
| 9 |
+
The code can be found at https://github.com/agent9717/PointDistribution.
|