AIMClab commited on
Commit
febc9fa
·
verified ·
1 Parent(s): 506f3a7

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": [32, 16, 8, 4, 2],
9
+ "cha_promot_channels": [6, 3, 10, 30, 96],
10
+ "pos_promot_channels": [32, 16, 8, 4, 2],
11
+ "att_fusion": "add",
12
+ "embed_ratio": 1,
13
+ "strides": [8, 4, 2, 1, 1],
14
+ "use_conv": true,
15
+
16
+ "size_h": 512,
17
+ "size_w": 512
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:3fccc978efc96cd7262bdc8199b13e0cd8261252ddbfbb386955e38bbe4f811b
3
+ size 50714512