Add pipeline tag and link to code
Browse filesThis PR makes sure the model can be found at https://huggingface.co/models?pipeline_tag=depth-estimation&sort=trending. It also adds a link to the Github repository and the library name.
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.
|