AIMClab commited on
Commit
3f10188
·
verified ·
1 Parent(s): 09dfe3d

Upload 3 files

Browse files
Files changed (3) hide show
  1. README.md +2 -3
  2. config.json +28 -0
  3. model.pkl +3 -0
README.md CHANGED
@@ -1,3 +1,2 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
1
+ Checkpoint for our ICASSP 2025 paper [Convolutional Prompting for Broad-Domain Retinal Vessel Segmentation](https://arxiv.org/abs/2412.18089).
2
+ Please refer to [https://github.com/ruc-aimc-lab/dcp](https://github.com/ruc-aimc-lab/dcp) for more information.
 
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+
3
+ "model_params":
4
+ {
5
+ "net" : "prompt_effi_b3_p_unet_dcp",
6
+ "n_class": 1,
7
+
8
+ "local_window_sizes": [64, 32, 16, 8, 4],
9
+ "cha_promot_channels": [6, 3, 10, 30, 96],
10
+ "pos_promot_channels": [64, 32, 16, 8, 4],
11
+ "att_fusion": "add",
12
+ "embed_ratio": 1,
13
+ "strides": [8, 4, 2, 1, 1],
14
+ "use_conv": true,
15
+
16
+ "size_h": 1024,
17
+ "size_w": 1024
18
+ },
19
+
20
+ "modality_mapping":
21
+ {
22
+ "CFP": 0,
23
+ "SLO": 1,
24
+ "UWF": 2,
25
+ "OCTA": 3,
26
+ "FFA": 4
27
+ }
28
+ }
model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63a1fef44c394264faec8ede9945324800252bd279daec8e868af18012898252
3
+ size 53239376