-
Notifications
You must be signed in to change notification settings - Fork 17
/
weight_formats_spec.json
196 lines (196 loc) · 7.1 KB
/
weight_formats_spec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
{
"consumers": {
"deepimagej": {
"background_image": "static/img/zoo-background.svg",
"config": {
"supported_weight_formats": [
"torchscript",
"tensorflow_saved_model_bundle"
]
},
"explore_button_text": "Start Exploring",
"icon": "https://raw.githubusercontent.com/deepimagej/models/master/logos/icon.png",
"id": "deepimagej",
"logo": "https://raw.githubusercontent.com/deepimagej/models/master/logos/logo.png",
"name": "DeepImageJ",
"resource_types": [
"model",
"notebook",
"application"
],
"splash_feature_list": null,
"splash_subtitle": "A user-friendly plugin to run deep learning models in ImageJ",
"splash_title": "deepImageJ",
"tags": [
"deepimagej"
],
"url_root": "https://raw.githubusercontent.com/deepimagej/models/master"
},
"fiji": {
"background_image": "static/img/zoo-background.svg",
"explore_button_text": "Start Exploring",
"icon": "https://fiji.sc/site/logo.png",
"id": "fiji",
"logo": "https://fiji.sc/site/logo.png",
"name": "Fiji",
"resource_types": [
"model",
"notebook"
],
"splash_feature_list": [],
"splash_subtitle": "Fiji is just ImageJ",
"splash_title": "Fiji",
"tags": [
"fiji"
],
"url_root": "https://raw.githubusercontent.com/oeway/ZeroCostDL4Mic/master"
},
"hpa": {
"about_url": "https://www.proteinatlas.org/",
"background_image": "static/img/zoo-background.svg",
"default_type": "model",
"explore_button_text": "Start Exploring",
"icon": "https://raw.githubusercontent.com/bioimage-io/tfjs-bioimage-io/master/apps/hpa-logo.gif",
"id": "hpa",
"logo": "https://raw.githubusercontent.com/bioimage-io/tfjs-bioimage-io/master/apps/hpa-logo.gif",
"name": "HPA",
"resource_types": [
"model",
"application"
],
"splash_feature_list": [],
"splash_subtitle": null,
"splash_title": "The Human Protein Atlas",
"tags": [
"hpa"
]
},
"ilastik": {
"background_image": "static/img/zoo-background.svg",
"config": {
"supported_weight_formats": [
"torchscript",
"pytorch_state_dict",
"onnx"
]
},
"default_type": "model",
"explore_button_text": "Start Exploring",
"icon": "https://raw.githubusercontent.com/ilastik/bioimage-io-models/main/image/ilastik-fist-icon.png",
"id": "ilastik",
"logo": "https://raw.githubusercontent.com/ilastik/bioimage-io-models/main/image/ilastik-fist-icon.png",
"name": "ilastik",
"resource_types": [
"model",
"application"
],
"splash_feature_list": null,
"splash_subtitle": "the interactive learning and segmentation toolkit",
"splash_title": "ilastik",
"tags": [
"ilastik"
],
"url_root": "https://raw.githubusercontent.com/ilastik/bioimage-io-models/main"
},
"imjoy": {
"background_image": "static/img/zoo-background.svg",
"config": {
"supported_weight_formats": [
"onnx"
]
},
"default_type": "application",
"explore_button_text": "Start Exploring",
"icon": "https://imjoy.io/static/img/imjoy-icon.svg",
"id": "imjoy",
"logo": "https://imjoy.io/static/img/imjoy-icon.svg",
"name": "ImJoy",
"resource_types": [
"notebook",
"application"
],
"splash_feature_list": [
"Minimal and flexible plugin powered web application",
"Server-less progressive web application with offline support",
"Rich and interactive user interface powered by web technologies"
],
"splash_subtitle": "Deep Learning Made Easy!",
"splash_title": "ImJoy",
"tags": [
"imjoy"
],
"url_root": "https://raw.githubusercontent.com/imjoy-team/bioimage-io-models/master"
},
"zero": {
"background_image": "static/img/zoo-background.svg",
"config": {
"supported_weight_formats": [
"keras_hdf5"
]
},
"default_type": "application",
"explore_button_text": "Start Exploring",
"icon": "https://raw.githubusercontent.com/HenriquesLab/ZeroCostDL4Mic/master/Wiki_files/ZeroCostLogo.png",
"id": "zero",
"logo": "https://raw.githubusercontent.com/HenriquesLab/ZeroCostDL4Mic/master/Wiki_files/ZeroCostLogo.png",
"name": "ZeroCostDL4Mic",
"resource_types": [
"model",
"application",
"dataset"
],
"splash_feature_list": [],
"splash_subtitle": "A Google Colab based no-cost toolbox to explore Deep-Learning in Microscopy",
"splash_title": "ZeroCostDL4Mic",
"tags": [
"ZeroCostDL4Mic"
],
"url_root": "https://raw.githubusercontent.com/oeway/ZeroCostDL4Mic/master",
"version": "1.7.1"
}
},
"weight_formats": {
"keras_hdf5": {
"consumers": [
"zero"
],
"description": "Keras HDF5 weights format",
"name": "Keras HDF5"
},
"onnx": {
"consumers": [
"ilastik",
"imjoy"
],
"description": "ONNX weights format",
"name": "ONNX"
},
"pytorch_state_dict": {
"consumers": [
"ilastik"
],
"description": "PyTorch state dictionary weights format",
"name": "Pytorch State Dict"
},
"tensorflow_js": {
"consumers": [],
"description": "Tensorflow Javascript weights format",
"name": "Tensorflow.js"
},
"tensorflow_saved_model_bundle": {
"consumers": [
"deepimagej"
],
"description": "Tensorflow Saved Model Bundle weights format",
"name": "Tensorflow Saved Model"
},
"torchscript": {
"consumers": [
"ilastik",
"deepimagej"
],
"description": "Torchscript weights format",
"name": "Torchscript"
}
}
}