-
Notifications
You must be signed in to change notification settings - Fork 83
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
✨ Add WSI processing to EngineABC
#737
✨ Add WSI processing to EngineABC
#737
Conversation
for more information, see https://pre-commit.ci
EngineABC
…geAnalytics/tiatoolbox into dev-update-engine-abc-wsi
…ImageAnalytics/tiatoolbox into dev-update-engine-abc-wsi
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…ImageAnalytics/tiatoolbox into dev-update-engine-abc-wsi
for more information, see https://pre-commit.ci
…ImageAnalytics/tiatoolbox into dev-update-engine-abc-wsi
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev-define-engines-abc #737 +/- ##
===========================================================
- Coverage 99.77% 89.49% -10.29%
===========================================================
Files 63 71 +8
Lines 6784 8834 +2050
Branches 1352 1697 +345
===========================================================
+ Hits 6769 7906 +1137
- Misses 7 913 +906
- Partials 8 15 +7 ☔ View full report in Codecov by Sentry. |
…ImageAnalytics/tiatoolbox into dev-update-engine-abc-wsi
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.
Loos good so far, just added a few comments.
It will be easier to give feedback and see any issues that might need to be addressed once we start trying to implement the other engines we have using this ABC.
Signed-off-by: Shan E Ahmed Raza <[email protected]>
…dev-update-engine-abc-wsi
Signed-off-by: Shan E Ahmed Raza <[email protected]>
Signed-off-by: Shan E Ahmed Raza <[email protected]>
Signed-off-by: Shan E Ahmed Raza <[email protected]>
Thanks @shaneahmed. Only minor comments from my side. |
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.
All looks good to me 💯
Well done on this PR 👍
Implements cache mode for processing using EngineABC. Cache_mode saves intermediate results to zarr file which can be converted to AnnotationStore. Full WSI pipeline needs to be implemented for Engines inheriting the base class.
The output of models should be a dictionary according to the new Engine design.