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

Draft for hackathon #7

Closed KateMoreva closed 1 year ago

KateMoreva commented 1 year ago

fiji/io/ml contains classes for working with predictions in mobie (possibly in mobie.io)

src/main/java/org/bioimageanalysis/icy/deeplearning/utils/model/description/ contains model description which helps DataLoader to create correct Tensor

src/main/test/deeplearning/LoadModelTest.java model loading test src/main/test/deeplearning/ModelDescriptionReading.java unit test for ModelDescription src/main/test/deeplearning/PlatyModelTest.java simple test for Platy data

The rest of the edits are not important

carlosuc3m commented 1 year ago

what is the state of this pull request?