-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add CalculateInstanceSegmentationMap Transform
#5173
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
Merged
Merged
Changes from all commits
Commits
Show all changes
102 commits
Select commit
Hold shift + click to select a range
655ca9d
first commit
KumoLiu 68b0b55
add dict transform
KumoLiu 96ea160
add unittest
KumoLiu 9a1334b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d687386
remove comment lines
KumoLiu a1f70f4
Merge branch 'postprocess' of https://github.com/KumoLiu/MONAI into p…
KumoLiu 7333b4a
Merge remote-tracking branch 'origin/dev' into postprocess
KumoLiu 4e1b6c1
update unittest
KumoLiu 4def8af
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 54c2007
fix CI error
KumoLiu 2d6a559
fix flake8 error
KumoLiu 4afd4bf
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 6209726
update according to comments
KumoLiu 61ada5a
Merge branch 'dev' into postprocess
bhashemian 91eb764
update doc
KumoLiu 71e062d
Merge branch 'dev' into postprocess
bhashemian b326ae5
rename to `CalcualteInstanceSegmentationMap`
KumoLiu fdb667c
remove unused lines
KumoLiu 9376481
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 610db1d
remove transform to apps
KumoLiu 678171a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] bc52d86
fix flake8 error
KumoLiu 4cbd56f
fix flake8 error
KumoLiu d5b8a18
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d024cfe
remove type ignore
KumoLiu 24a089f
add unittest
KumoLiu c4c7b8e
fix flake8
KumoLiu f506b0d
add shape error check
KumoLiu 53ef576
remove unused image
KumoLiu 52e7f28
fix CI
KumoLiu 8f78630
Merge remote-tracking branch 'origin/dev' into postprocess
KumoLiu a17e519
Merge branch 'dev' into postprocess
bhashemian 0d547d7
Merge branch 'dev' of https://github.com/Project-MONAI/MONAI into pos…
KumoLiu 520d0d3
remove discrete in class
KumoLiu 26324bb
modify test data
KumoLiu 3bf3bfa
refactor post transforms
KumoLiu c3c1553
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 21e2d58
fix flake8
KumoLiu b33f4a2
Merge branch 'postprocess' of https://github.com/KumoLiu/MONAI into p…
KumoLiu f54341f
refactor `CalculateInstanceSegmentationMap`
KumoLiu 10d9a95
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 06c3615
add dictionary transforms
KumoLiu 24fa545
Merge branch 'postprocess' of https://github.com/KumoLiu/MONAI into p…
KumoLiu 045a17e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4a924ef
Merge branch 'dev' into postprocess
bhashemian a7959e3
Merge branch 'dev' into postprocess
bhashemian 957a3a5
Merge remote-tracking branch 'origin/dev' into postprocess
KumoLiu cf5d1cb
replace `GaussianFilter` with `GaussianSmooth`
KumoLiu 28d6a75
add `GenerateMask` unittest
KumoLiu 5351155
remove unuse import
KumoLiu 2d357b4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 84bb645
add unittests
KumoLiu 5c1dd3d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8061b99
fix flake8
KumoLiu 7a7d237
fix flake8
KumoLiu adb62ed
Merge remote-tracking branch 'origin/dev' into postprocess
KumoLiu 5e478e4
change `smooth_fn` default to None
KumoLiu 1423244
Merge remote-tracking branch 'origin/dev' into postprocess
KumoLiu 9d75e66
Merge branch 'dev' into postprocess
bhashemian e7d2854
change `mask` to be optional
KumoLiu 6b99f35
update dtype as an arg
KumoLiu 163949f
Merge remote-tracking branch 'origin/dev' into postprocess
KumoLiu a1691ea
Merge branch 'postprocess' of https://github.com/KumoLiu/MONAI into p…
KumoLiu 4803271
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] d84334e
raise error when hover gradient map invalid
KumoLiu e9282ff
Merge branch 'postprocess' of https://github.com/KumoLiu/MONAI into p…
KumoLiu b914303
Merge remote-tracking branch 'origin/dev' into postprocess
KumoLiu 040e63c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 53ebb83
support 3d in `GenerateMask`
KumoLiu cf61aa7
update docstring based on comments
KumoLiu 43f497e
Merge branch 'postprocess' of https://github.com/KumoLiu/MONAI into p…
KumoLiu c37e8d7
Merge remote-tracking branch 'origin/dev' into postprocess
KumoLiu 7b5e0d0
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 7a4238a
fix flake8
KumoLiu 3b73782
Merge branch 'postprocess' of https://github.com/KumoLiu/MONAI into p…
KumoLiu 86f3c9c
update unittest
KumoLiu 2a39a82
update based on comments
KumoLiu 164c7cc
mv CalculateInstanceSegmentationMap to Watershed
KumoLiu 06e292c
remove test data
KumoLiu 8613fda
update based on comments
KumoLiu 84ce96e
fix flake8
KumoLiu 088950b
update init
KumoLiu ab9cf2e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 98336b4
update based on comments
KumoLiu 848c30b
Merge remote-tracking branch 'origin/dev' into postprocess
KumoLiu 5b2691b
Merge remote-tracking branch 'origin/dev' into postprocess
KumoLiu 89defc0
rename `GenerateMarkers` to
KumoLiu c354e33
rename `GenerateMask`
KumoLiu c131703
fix flake8
KumoLiu a080b3d
Merge remote-tracking branch 'origin/dev' into postprocess
KumoLiu b35ec21
fix flake8
KumoLiu 3799bf7
Merge remote-tracking branch 'origin/dev' into postprocess
KumoLiu 289f86b
rename `GenerateProbabilityMap`
KumoLiu be4747c
Merge remote-tracking branch 'origin/dev' into postprocess
KumoLiu 1530121
Merge branch 'dev' into postprocess
bhashemian adee729
Merge branch 'dev' into postprocess
bhashemian 4ab03cc
Merge branch 'dev' into postprocess
Nic-Ma ea739f8
fix CI
KumoLiu c8345e2
Merge branch 'dev' into postprocess
bhashemian f6bf089
fix CI
KumoLiu 56293a1
Merge branch 'postprocess' of https://github.com/KumoLiu/MONAI into p…
KumoLiu e3d4894
Merge remote-tracking branch 'origin/dev' into postprocess
KumoLiu 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 hidden or 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 hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| # Copyright (c) MONAI Consortium | ||
| # Licensed under the Apache License, Version 2.0 (the "License"); | ||
| # you may not use this file except in compliance with the License. | ||
| # You may obtain a copy of the License at | ||
| # http://www.apache.org/licenses/LICENSE-2.0 | ||
| # Unless required by applicable law or agreed to in writing, software | ||
| # distributed under the License is distributed on an "AS IS" BASIS, | ||
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
|
|
||
| from .array import ( | ||
| GenerateDistanceMap, | ||
| GenerateInstanceBorder, | ||
| GenerateWatershedMarkers, | ||
| GenerateWatershedMask, | ||
| Watershed, | ||
| ) | ||
| from .dictionary import ( | ||
| GenerateDistanceMapD, | ||
| GenerateDistanceMapd, | ||
| GenerateDistanceMapDict, | ||
| GenerateInstanceBorderD, | ||
| GenerateInstanceBorderd, | ||
| GenerateInstanceBorderDict, | ||
| GenerateWatershedMarkersD, | ||
| GenerateWatershedMarkersd, | ||
| GenerateWatershedMarkersDict, | ||
| GenerateWatershedMaskD, | ||
| GenerateWatershedMaskd, | ||
| GenerateWatershedMaskDict, | ||
| WatershedD, | ||
| Watershedd, | ||
| WatershedDict, | ||
| ) |
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.
Uh oh!
There was an error while loading. Please reload this page.