-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Feature added: Get WSI at mpp #7574
Open
NikolasSchmitz
wants to merge
34
commits into
Project-MONAI:dev
Choose a base branch
from
NikolasSchmitz:4980-get-wsi-at-mpp
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+273
−5
Open
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
f3e7d03
Added function get_img_at_mpp to class OpenSlideWSIReader of module w…
88002e8
Added get_img_at_mpp to class CuCIMWSIReader
a9fe772
Added function get_img_at_mpp to class TifffileWSIReader; changed res…
feac0dc
Small changes
8194026
Small changes
4df0b4b
Stein's Unbiased Risk Estimator (SURE) loss and Conjugate Gradient (#…
cxlcl d989c18
Renamed function to get_wsi_at_mpp
105f00b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 5db27c1
Reformatted wsi_reader.py
NikolasSchmitz 18e82bd
auto updates (#7577)
monai-bot 5bb531e
Fixed return type
NikolasSchmitz 5214c56
Small fixes
NikolasSchmitz 3f055a9
Remove nested error propagation on `ConfigComponent` instantiate (#7569)
surajpaib 3264079
2872 implementation of mixup, cutmix and cutout (#7198)
juampatronics 22ecc8c
Merge branch 'dev' into 4980-get-wsi-at-mpp
drbeh 6fcc4a6
Updated function get_wsi_at_mpp; added function _resize_to_mpp_res to…
NikolasSchmitz 4b0c9ba
Minor fixes: removed unnecessary comments
NikolasSchmitz d1a5e28
Merge branch 'dev' into 4980-get-wsi-at-mpp
NikolasSchmitz 66508e9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 441b462
Added function _compute_mpp_target_res to BaseWSIReader
NikolasSchmitz d73d739
Added new feature and merged updates from main repository
NikolasSchmitz feb6828
Added function _compute_mpp_target_res to BaseWSIReader
NikolasSchmitz 5461801
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] e8c1544
Merge branch 'dev' into 4980-get-wsi-at-mpp
ericspod 59683bc
Added a function _compute_mpp_tolerances which checks the mpp toleran…
NikolasSchmitz 547442e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 3e337b0
Merge branch 'Project-MONAI:dev' into 4980-get-wsi-at-mpp
NikolasSchmitz cc55b8a
Merge branch 'Project-MONAI:dev' into 4980-get-wsi-at-mpp
NikolasSchmitz 9eca8de
Merge branch 'Project-MONAI:dev' into 4980-get-wsi-at-mpp
NikolasSchmitz a8bb436
Merge branch 'Project-MONAI:dev' into 4980-get-wsi-at-mpp
NikolasSchmitz 6094ffd
Merge branch 'Project-MONAI:dev' into 4980-get-wsi-at-mpp
NikolasSchmitz c1dd7c3
Merge branch 'Project-MONAI:dev' into 4980-get-wsi-at-mpp
NikolasSchmitz 349c011
Merge branch 'Project-MONAI:dev' into 4980-get-wsi-at-mpp
NikolasSchmitz ca6796b
Merge branch 'Project-MONAI:dev' into 4980-get-wsi-at-mpp
NikolasSchmitz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
If you're not overriding the method in this class you can refer to it through
self
as it will be inherited.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.
Same in other places below.