|
10 | 10 | ], |
11 | 11 | 'memory': '534M', |
12 | 12 | 'bf16_memory': '390M', |
13 | | - 'params': '40M' |
| 13 | + 'params': '40M', |
| 14 | + 'image_segment': True, |
| 15 | + 'video_segment': False, |
14 | 16 | }, |
15 | 17 | 'sam_hq_vit_h.pth': |
16 | 18 | { |
|
20 | 22 | ], |
21 | 23 | 'memory': '6464M', |
22 | 24 | 'bf16_memory': '3378M', |
23 | | - 'params': '2.6G' |
| 25 | + 'params': '2.6G', |
| 26 | + 'image_segment': True, |
| 27 | + 'video_segment': False, |
24 | 28 | }, |
25 | 29 | 'sam_hq_vit_l.pth': |
26 | 30 | { |
|
30 | 34 | ], |
31 | 35 | 'memory': '5016M', |
32 | 36 | 'bf16_memory': '2634M', |
33 | | - 'params': '1.3G' |
| 37 | + 'params': '1.3G', |
| 38 | + 'image_segment': True, |
| 39 | + 'video_segment': False, |
34 | 40 | }, |
35 | 41 | 'sam_hq_vit_b.pth': |
36 | 42 | { |
|
40 | 46 | ], |
41 | 47 | 'memory': '3304M', |
42 | 48 | 'bf16_memory': '1762M', |
43 | | - 'params': '379M' |
| 49 | + 'params': '379M', |
| 50 | + 'image_segment': True, |
| 51 | + 'video_segment': False, |
44 | 52 | }, |
45 | 53 | 'sam_hq_vit_tiny.pth': |
46 | 54 | { |
|
50 | 58 | ], |
51 | 59 | 'memory': '598M', |
52 | 60 | 'bf16_memory': '392M', |
53 | | - 'params': '43M' |
| 61 | + 'params': '43M', |
| 62 | + 'image_segment': True, |
| 63 | + 'video_segment': False, |
54 | 64 | }, |
55 | 65 | 'sam_vit_h_4b8939.pth': |
56 | 66 | { |
|
60 | 70 | ], |
61 | 71 | 'memory': '6462M', |
62 | 72 | 'bf16_memory': '3378M', |
63 | | - 'params': '2.6G' |
| 73 | + 'params': '2.6G', |
| 74 | + 'image_segment': True, |
| 75 | + 'video_segment': False, |
64 | 76 | }, |
65 | 77 | 'sam_vit_l_0b3195.pth': |
66 | 78 | { |
|
70 | 82 | ], |
71 | 83 | 'memory': '5016M', |
72 | 84 | 'bf16_memory': '2634M', |
73 | | - 'params': '1.3G' |
| 85 | + 'params': '1.3G', |
| 86 | + 'image_segment': True, |
| 87 | + 'video_segment': False, |
74 | 88 | }, |
75 | 89 | 'sam_vit_b_01ec64.pth': |
76 | 90 | { |
|
80 | 94 | ], |
81 | 95 | 'memory': '3302M', |
82 | 96 | 'bf16_memory': '1760M', |
83 | | - 'params': '375M' |
| 97 | + 'params': '375M', |
| 98 | + 'image_segment': True, |
| 99 | + 'video_segment': False, |
84 | 100 | }, |
85 | 101 | 'edge_sam.pth': |
86 | 102 | { |
|
90 | 106 | ], |
91 | 107 | 'memory': '360M', |
92 | 108 | 'bf16_memory': '304M', |
93 | | - 'params': '38.8M' |
| 109 | + 'params': '38.8M', |
| 110 | + 'image_segment': True, |
| 111 | + 'video_segment': False, |
94 | 112 | }, |
95 | 113 | 'edge_sam_3x.pth': |
96 | 114 | { |
|
100 | 118 | ], |
101 | 119 | 'memory': '360M', |
102 | 120 | 'bf16_memory': '304M', |
103 | | - 'params': '38.8M' |
| 121 | + 'params': '38.8M', |
| 122 | + 'image_segment': True, |
| 123 | + 'video_segment': False, |
104 | 124 | }, |
105 | 125 | 'sam-med2d_b.pth': |
106 | 126 | { |
|
110 | 130 | ], |
111 | 131 | 'memory': '1500M', |
112 | 132 | 'bf16_memory': '1050M', |
113 | | - 'params': '2.4G' |
| 133 | + 'params': '2.4G', |
| 134 | + 'image_segment': True, |
| 135 | + 'video_segment': False, |
114 | 136 | }, |
115 | 137 | 'sam2_hiera_large.pt': |
116 | 138 | { |
|
120 | 142 | ], |
121 | 143 | 'memory': '4000M', |
122 | 144 | 'bf16_memory': '2800M', |
123 | | - 'params': '900M' |
| 145 | + 'params': '900M', |
| 146 | + 'image_segment': True, |
| 147 | + 'video_segment': True, |
124 | 148 | }, |
125 | 149 | 'sam2_hiera_base_plus.pt': |
126 | 150 | { |
|
130 | 154 | ], |
131 | 155 | 'memory': '2800M', |
132 | 156 | 'bf16_memory': '2200M', |
133 | | - 'params': '324M' |
| 157 | + 'params': '324M', |
| 158 | + 'image_segment': True, |
| 159 | + 'video_segment': True, |
134 | 160 | }, |
135 | 161 | 'sam2_hiera_small.pt': |
136 | 162 | { |
|
140 | 166 | ], |
141 | 167 | 'memory': '2500M', |
142 | 168 | 'bf16_memory': '1800M', |
143 | | - 'params': '185M' |
| 169 | + 'params': '185M', |
| 170 | + 'image_segment': True, |
| 171 | + 'video_segment': True, |
144 | 172 | }, |
145 | 173 | 'sam2_hiera_tiny.pt': |
146 | 174 | { |
|
150 | 178 | ], |
151 | 179 | 'memory': '2200M', |
152 | 180 | 'bf16_memory': '1500M', |
153 | | - 'params': '156M' |
| 181 | + 'params': '156M', |
| 182 | + 'image_segment': True, |
| 183 | + 'video_segment': True, |
| 184 | + }, |
| 185 | + 'sam2.1_hiera_large.pt': |
| 186 | + { |
| 187 | + 'urls': [ |
| 188 | + 'https://huggingface.co/yatengLG/ISAT_with_segment_anything_checkpoints/resolve/main/sam2.1_hiera_large.pt', |
| 189 | + 'https://www.modelscope.cn/api/v1/models/yatengLG/ISAT_with_segment_anything_checkpoints/repo?Revision=master&FilePath=checkpoints/sam2.1_hiera_large.pt' |
| 190 | + ], |
| 191 | + 'memory': '4000M', |
| 192 | + 'bf16_memory': '2800M', |
| 193 | + 'params': '900M', |
| 194 | + 'image_segment': True, |
| 195 | + 'video_segment': True, |
| 196 | + }, |
| 197 | + 'sam2.1_hiera_base_plus.pt': |
| 198 | + { |
| 199 | + 'urls': [ |
| 200 | + 'https://huggingface.co/yatengLG/ISAT_with_segment_anything_checkpoints/resolve/main/sam2.1_hiera_base_plus.pt', |
| 201 | + 'https://www.modelscope.cn/api/v1/models/yatengLG/ISAT_with_segment_anything_checkpoints/repo?Revision=master&FilePath=checkpoints/sam2.1_hiera_base_plus.pt' |
| 202 | + ], |
| 203 | + 'memory': '2800M', |
| 204 | + 'bf16_memory': '2200M', |
| 205 | + 'params': '324M', |
| 206 | + 'image_segment': True, |
| 207 | + 'video_segment': True, |
| 208 | + }, |
| 209 | + 'sam2.1_hiera_small.pt': |
| 210 | + { |
| 211 | + 'urls': [ |
| 212 | + 'https://huggingface.co/yatengLG/ISAT_with_segment_anything_checkpoints/resolve/main/sam2.1_hiera_small.pt', |
| 213 | + 'https://www.modelscope.cn/api/v1/models/yatengLG/ISAT_with_segment_anything_checkpoints/repo?Revision=master&FilePath=checkpoints/sam2.1_hiera_small.pt' |
| 214 | + ], |
| 215 | + 'memory': '2500M', |
| 216 | + 'bf16_memory': '1800M', |
| 217 | + 'params': '185M', |
| 218 | + 'image_segment': True, |
| 219 | + 'video_segment': True, |
| 220 | + }, |
| 221 | + 'sam2.1_hiera_tiny.pt': |
| 222 | + { |
| 223 | + 'urls': [ |
| 224 | + 'https://huggingface.co/yatengLG/ISAT_with_segment_anything_checkpoints/resolve/main/sam2.1_hiera_tiny.pt', |
| 225 | + 'https://www.modelscope.cn/api/v1/models/yatengLG/ISAT_with_segment_anything_checkpoints/repo?Revision=master&FilePath=checkpoints/sam2.1_hiera_tiny.pt' |
| 226 | + ], |
| 227 | + 'memory': '2200M', |
| 228 | + 'bf16_memory': '1500M', |
| 229 | + 'params': '156M', |
| 230 | + 'image_segment': True, |
| 231 | + 'video_segment': True, |
154 | 232 | }, |
155 | 233 | } |
0 commit comments