Open constantinpape opened 2 years ago
Most of the points above have been discussed in a java meeting
Name | affiliation | username (github) |
---|---|---|
Wei Ouyang | KTH | @oeway |
Carlos García | Pasteur | @carlosuc3m |
Constantin Pape | EMBL | @constantinpape |
Ekaterina Moreva | EMBL | @KateMoreva |
Estibaliz Gómez | IGC | @esgomezm |
Daniel Sage | EPFL | @dasv74 |
Pete Bankhead | UoEdinburgh | @petebankhead |
Lucia Moya | UC3M | @xion16lm |
Jean-Yves Tinevez | Institut Pasteur | @tinevez |
Jean-Christophe | Institut Pasteur | |
Tom Burke | CBG+CSBD | @tomburke-rse |
Christian Tischer | EMBL | @tischi |
Arrate Muñoz | UC3M | @arratemunoz |
Lucia Moya | UC3M | @xion16lm |
The meeting starts by an introduction to the bioimage.io spec, core by Constantin.
Then, the following key questions/points were raised for the meeting:
Modularity:
We proceeded with an introductory presentation to deep-java by Carlos and some following discussions:
The next steps are:
core-bioimageio-java
= spec parser library and think about proper refactoring of both libraries to work together 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 repositories