Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qupath/qupath-extension-bioimageio
A QuPath extension for working with the Bioimage Model Zoo (https://bioimage.io)
https://github.com/qupath/qupath-extension-bioimageio
Last synced: 2 months ago
JSON representation
A QuPath extension for working with the Bioimage Model Zoo (https://bioimage.io)
- Host: GitHub
- URL: https://github.com/qupath/qupath-extension-bioimageio
- Owner: qupath
- License: apache-2.0
- Created: 2022-11-29T08:19:20.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T19:37:54.000Z (about 1 year ago)
- Last Synced: 2023-12-01T20:32:07.336Z (about 1 year ago)
- Language: Java
- Size: 144 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Extension docs](https://img.shields.io/badge/docs-qupath_bioimage.io-red)](https://qupath.readthedocs.io/en/stable/docs/deep/bioimage.html)
[![Forum](https://img.shields.io/badge/forum-image.sc-green)](https://forum.image.sc/tag/qupath)
[![Downloads (latest release)](https://img.shields.io/github/downloads-pre/qupath/qupath-extension-bioimageio/latest/total)](https://github.com/qupath/qupath-extension-bioimageio/releases/latest)
[![Downloads (all releases)](https://img.shields.io/github/downloads/qupath/qupath-extension-bioimageio/total)](https://github.com/qupath/qupath-extension-bioimageio/releases)# QuPath Bioimage Model Zoo extension
This is a QuPath extension for working with the Bioimage Model Zoo (https://bioimage.io).
You can download the .jar file from [qupath-extension-bioimageio-0.1.0.jar](https://github.com/qupath/qupath-extension-bioimageio/releases/download/v0.1.0/qupath-extension-bioimageio-0.1.0.jar)
It's early and experimental - subject to change in later releases.
The main aim is to enable models kept in the Zoo to be imported into some QuPath-friendly form.
Currently, this extension adds a command to create pixel classifers from supported models:
* *Extensions → Bioimage Model Zoo → Create pixel classifier (Bioimage Model Zoo)*
Along the way, it adds some extra flexibility: choosing the resolution at which the model is applied, and adapting the input channels and output classifications.
Only a subset of models are currently supported, partly because
1. not all models are Java-friendly, and
2. some models require accessing all the pixels in the image... but QuPath is designed for huge images, and doesn't easily support these kinds of global calculations yetAs a result, applying the model in QuPath can sometimes give a different result to applying it in other software.
The goal is to improve this in future releases.