-
Notifications
You must be signed in to change notification settings - Fork 1
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
Suggestion for improvements and bugfixes #4
Comments
Hi there, Lovely! Yes, there was big push to release the plugin for I2K, and there were plans to fix the obvious issues right after, but life caught up. I was planning to spend time fixing stuff over Christmas once the end of year craziness would calm down. Really appreciate you spending time on this. Some thoughts following. Batch sizeYes, totally useful! Currently, we didn't really see any improvement in speed with higher batch sizes. We think that there is an issue in Lightning creating overheads with Absolutely mergeable directly! Match input axesLove this! Mergeable right away! Enable the 3D spinGood catch! Mergeable right away as well. The check for the configuration not being Originally, it was to be able to run the widget without string attached. But now it seems even the Try catch clauseAgreed! Regarding the napari notifications, there is a plan to make the code-base napari independent. Hence, why there are not many of these yet. Currently it is totally napari dependent, but you'll notive that it is done to a minimum level. PRs are more than welcome!! Usually, we would ask for single PRs per topic. But everything I see is mergeable right away. So up to you, if you have multiple branches then open multiple PRs, otherwise a single one will do! Thanks a lot!! |
Hi, I found a critical bug in the configuration of tiles for 3D images: de6b334 Also I further tested the reshape_prediction method which needed some fixes and moved the function to src/careamics_napari/utils/axes_utils.py. I added tests for mutiple combinations of axes: tests/test_predictions.py How should we proceed? |
Good catch! Make a PR so I can have a look. Things are going to be slow over Christmas, but I'll try. We usually use But the answer is PR, PR, PR! 😄 Thanks for spending the time!! |
Description
I really like the careamics-napari but there are still some bug to make it usable. I had a look the code and created a fork to try and fix some bugs for multidimensional images.
Parts to improve:
I would be happy to make a Pull Request. https://github.com/CURTLab/careamics-napari
Which part of the code?
Examples
Potential solutions
_reshape_prediction
function to training_plugin.py which handles the transformation (d4b2e90)_enable_3d_changed
(cc6f8da)create_configuration
. A better way would be to notify the user usingnapari.utils.notifications
(dd6f590)The text was updated successfully, but these errors were encountered: