bioimage-io / core-bioimage-io-java

Java specific core utilities for interpretation of specification files of the bioimage model zoo
BSD 2-Clause "Simplified" License
2 stars 2 forks source link

Java bioimage.io support: design and plans #9

Open constantinpape opened 2 years ago

constantinpape commented 2 years ago

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:

To 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.

oeway commented 2 years ago

Most of the points above have been discussed in a java meeting

March 31, 2022

Attendees

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

Minutes

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:

The next steps are:

constantinpape commented 2 years ago

Thanks for the meeting everyone!

@carlosuc3m let us know once the fork is available :).

carlosuc3m commented 2 years ago

I have just created a private repository called model-runner-java where the discussed code has been uploaded