bioimageio.core 0.4.2
pip install bioimageio.core==0.4.2
Released:
Python functionality for the bioimage model zoo
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- Author: Bioimage Team
Classifiers
- Development Status
- Intended Audience
- Programming Language
Project description
core-bioimage-io-python
Python specific core utilities for running models in the BioImage Model Zoo
Installation
Via Conda
The bioimageio.core
package supports various back-ends for running BioimageIO networks:
-
Pytorch/Torchscript:
# cpu installation (if you don't have an nvidia graphics card) conda install -c pytorch -c conda-forge -c ilastik-forge bioimageio.core pytorch torchvision cpuonly # gpu installation conda install -c pytorch -c conda-forge -c ilastik-forge bioimageio.core pytorch torchvision cudatoolkit
-
Tensorflow
# currently only cpu version supported conda install -c conda-forge -c ilastik-forge bioimageio.core tensorflow
-
ONNXRuntime
# currently only cpu version supported conda install -c conda-forge -c ilastik-forge bioimageio.core onnxruntime
Set up Development Environment
To set up a development conda environment run the following commands:
conda env create -f dev/environment-base.yaml
conda activate bio-core-dev
pip install -e . --no-deps
There are different environment files that only install tensorflow or pytorch as dependencies available.
Command Line
You can list all the available command line options:
bioimageio
Test a model:
bioimageio test -m <MODEL>
Run prediction:
bioimageio predict -m <MODEL> -i <INPUT> -o <OUTPUT>
This is subject to change, see https://github.com/bioimage-io/core-bioimage-io-python/issues/87.
Running network predictions:
TODO
Model Specification
The model specification and its validation tools can be found at https://github.com/bioimage-io/spec-bioimage-io.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- Author: Bioimage Team
Classifiers
- Development Status
- Intended Audience
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bioimageio.core-0.4.2.tar.gz
.
File metadata
- Download URL: bioimageio.core-0.4.2.tar.gz
- Upload date:
- Size: 36.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ce81266a9c360b19c2975f8bbfc052b343ac6c2bf443f34b36901bf9dd3fa8e2
|
|
MD5 |
ad35b84a52d15f60bc0b936ac6532f1e
|
|
BLAKE2b-256 |
d3894dc9e672d3c0bd97a1c045bcff979d05580aff9902943843729d9d5ceb74
|
File details
Details for the file bioimageio.core-0.4.2-py3-none-any.whl
.
File metadata
- Download URL: bioimageio.core-0.4.2-py3-none-any.whl
- Upload date:
- Size: 48.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
9df92a99349f16a52ac027384694954a285d408dc6f25bc061ae1d3946c1691b
|
|
MD5 |
048f883acb5967b27d2f6e013102eba1
|
|
BLAKE2b-256 |
e4cb672dd5816d4efcb60da33a63021e5381a0f33bfe756a7851ab3abe40a525
|