nielsr HF Staff commited on
Commit
1a37fb1
·
verified ·
1 Parent(s): a91e89a

Add pipeline tag and link to code

Browse files

This 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.

Files changed (1) hide show
  1. README.md +9 -3
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.