-
Notifications
You must be signed in to change notification settings - Fork 4
Support 0.5 models #8
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
Conversation
|
Should I be doing something to get the version catalog pointing to a snapshot release...? |
|
Usually no, but you may have to refresh your gradle dependencies if the snapshot was updated recently. (If it can’t be found at all, maybe we’re missing the snapshot maven repository… but I think it should be there ok) |
|
Not sure if it’s relevant but it’s been two weeks since we last updated the main QuPath snapshot jars (and therefore the catalog) - I’ve just started that action manually at https://github.com/qupath/qupath/actions/runs/13164711465 |
|
Ahhh of course, yeah that'll be why it's not seeing the recent updates. Thanks! |
|
I would like to solve #10 but I can't identify how the bug occurs and it was an issue with the previous extension also, so am inclined to just merge this. |
Fairly minimal changes as the updated model spec tries to be transparent, but took the time to replace some deprecated calls.
Adds checks for our stated support (2D images with one input and output)
I was concerned about handling multiple inputs and outputs in
BioimageIoTest, but I realise now that:I've tested with the broad U-net model and the top 8 models on the model zoo. All of the 2 models work.