-
Notifications
You must be signed in to change notification settings - Fork 31
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
Better model selection #142
Comments
I think it make sense to only try 2D models on 2D inputs, but sometimes it might be useful to run the 2D models on 3D inputs (like if you have very coarse resolution in z, or not enough z-slices, or if you have a 2D+t stack) |
yeah, I agree to that. Then we should add some simple logic to handle that |
Let's add more metadata to the
PS we need to be careful with this it might break back-compatibility |
TODOs:
|
fixed in #149 |
When trying all available models, we should only try 2D or 3D models on a given data. We can select the models automatically based on the
patch_size
or input size. Currently if the patch size is 3D the 2d models just fail and the other way around.The text was updated successfully, but these errors were encountered: