bioimage-io / JDLL

The Java library to run Deep Learning models
https://github.com/bioimage-io/JDLL/wiki
Apache License 2.0
27 stars 6 forks source link

Removing the depency to org.bioimageanalysis.icy #11

Closed dasv74 closed 1 year ago

dasv74 commented 1 year ago

In the pom.xml there is a dependency to org.bioimageanalysis.icy. It is useless to require the download of the complete icy package. This Java shouldn't have dependency to any particular software. Same for the naming of the package of the Java class, it should be something org.bioimageio.

carlosuc3m commented 1 year ago

The pom file will in principle be susbstituted by the (scijava-base pom)[https://github.com/scijava/pom-scijava-base], however the naming of the clases will remain the same for the moment.

carlosuc3m commented 1 year ago

done at commit https://github.com/bioimage-io/model-runner-java/commit/495a0c9438492d1ca7b5baa9185d33d81a5c7706