-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java bioimage.io support: design and plans #9
Comments
Most of the points above have been discussed in a java meeting March 31, 2022Attendees
MinutesThe meeting starts by an introduction to the bioimage.io spec, core by Constantin. Then, the following key questions/points were raised for the meeting:
We proceeded with an introductory presentation to deep-java by Carlos and some following discussions:
The next steps are:
|
Thanks for the meeting everyone! @carlosuc3m let us know once the fork is available :). |
I have just created a private repository called model-runner-java where the discussed code has been uploaded |
I had a discussion with @tomburke-rse and @carlosuc3m about plans and general design for the bioimageio java support.
We currently have these main issues on the java side:
core-bioimage-io-java
) currently only supports reading of the spec and does not implement inferenceTo improve the support for bioimage.io in java we should aim to provide a common library that can be used for inference AND that supports all/most of the bioimage.io weight formats.
deep-java
in the following), we should then implement inference functionality for bioimage.io models. Note that @carlosuc3m has implemented some of this already and could provide it.deep-java
interface.deep-java
interface using buffers; we could provide the imglib2 binding (and other bindings that may be relevant) in separate repositoriesThe text was updated successfully, but these errors were encountered: