You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`<INPUT_PATTERN>` is a `glob` pattern to select the desired images, e.g. `/path/to/my/images/*.tif`.
106
106
107
-
## 🐍 From python
107
+
## 🐍 Use in Python
108
108
109
109
`bioimageio.core` is a python package that implements prediction with bioimageio models
110
110
including standardized pre- and postprocessing operations.
@@ -116,6 +116,8 @@ To get an overview of this functionality, check out these example notebooks:
116
116
117
117
*[model creation/loading with bioimageio.spec](https://github.com/bioimage-io/spec-bioimage-io/blob/main/example_use/load_model_and_create_your_own.ipynb)
118
118
119
+
and the [developer documentation](https://bioimage-io.github.io/core-bioimage-io-python/bioimageio/core.html).
120
+
119
121
## Model Specification
120
122
121
123
The model specification and its validation tools can be found at <https://github.com/bioimage-io/spec-bioimage-io>.
0 commit comments