Cyber-CCOrange commited on
Commit
b3748eb
·
verified ·
1 Parent(s): da70ec6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -3
README.md CHANGED
@@ -1,3 +1,49 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ pipeline_tag: image-segmentation
6
+ ---
7
+
8
+ # Model Card for Model ID
9
+
10
+ <!-- Provide a quick summary of what the model is/does. -->
11
+
12
+ PC-SAM is a fine-grained interactive road segmentation model for high-resolution remote sensing images, it supports both automatic road segmentation and interactive segmentation refinement. By using point prompts, users can correct segmentation errors locally and obtain more accurate road segmentation masks.
13
+
14
+
15
+ ## Model Details
16
+
17
+ ### Model Description
18
+
19
+ <!-- Provide a longer summary of what this model is. -->
20
+
21
+ - **License:** MIT
22
+ - **Finetuned from model:** SAM
23
+
24
+ ### Model Sources [optional]
25
+
26
+ <!-- Provide the basic links for the model. -->
27
+
28
+ - **Repository:** [PC-SAM Github](https://github.com/Cyber-CCOrange/PC-SAM)
29
+ - **Paper:** [PC-SAM: Patch-Constrained Fine-Grained Interactive Road Segmentation in High-Resolution Remote Sensing Images](https://doi.org/10.48550/arXiv.2604.00495)
30
+
31
+ ## Uses/How to Get Started with the Model
32
+
33
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
34
+
35
+ Please refer to the GitHub page of PC-SAM.
36
+
37
+ ## Citation
38
+
39
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
40
+
41
+ @misc{lv2026pcsampatchconstrainedfinegrainedinteractive,
42
+ title={PC-SAM: Patch-Constrained Fine-Grained Interactive Road Segmentation in High-Resolution Remote Sensing Images},
43
+ author={Chengcheng Lv and Rushi Li and Mincheng Wu and Xiufang Shi and Zhenyu Wen and Shibo He},
44
+ year={2026},
45
+ eprint={2604.00495},
46
+ archivePrefix={arXiv},
47
+ primaryClass={cs.CV},
48
+ url={https://arxiv.org/abs/2604.00495},
49
+ }