-
Notifications
You must be signed in to change notification settings - Fork 20
Inference on layer #26
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
Functional prototype for single layer inference Features : - functional basic inference on selected layer - improvements to inference code layout MISSING : - Proper button behaviour - Error if no layer selected - Full test of all functionalities
NOTE : Layer orientation can be hard to determine, anisotropy ends up being wrong due to this depending on whether layer is loaded image or "original" from previous inference
- Fixed button behaviour - Fixed log text errors
Functional prototype for single layer inference Features : - functional basic inference on selected layer - improvements to inference code layout MISSING : - Proper button behaviour - Error if no layer selected - Full test of all functionalities
NOTE : Layer orientation can be hard to determine, anisotropy ends up being wrong due to this depending on whether layer is loaded image or "original" from previous inference
- Fixed button behaviour - Fixed log text errors
- Rebased on rc3 main - Removed debug prints - Added tqdm to reqs - Added more error handling for stats to csv (region.axis_minor_length value errors)
…ControlLab/CellSeg3d into cy/layer-inference
|
Preview page for your plugin is ready here: |
Fixed ref before assignment error
Codecov Report
@@ Coverage Diff @@
## main #26 +/- ##
==========================================
- Coverage 37.80% 36.68% -1.12%
==========================================
Files 37 37
Lines 3383 3538 +155
==========================================
+ Hits 1279 1298 +19
- Misses 2104 2240 +136
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Fixed duplicate code
- Should fix #25 by catching exceptions and quitting thread
vidalmaxime
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice PR. If you remove the legacy comments in the code and address the small concerns in model_workers, it lgtm.
MMathisLab
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agree with removing some print statements, looks great!
Completed PR for #7
Features :
Stop request, waiting for next inference & saving to occur...but then no inf. could occur due to user error #25)ISSUES :
Proper button behaviourTesting all featuresProper error handling/reset when running a job without a folder/layer selected