-
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
Add GPU-enabled function "get_largest_connected_component_mask" #3677
Conversation
Signed-off-by: Dong Yang <dongy@dongy-mlt.client.nvidia.com>
Signed-off-by: Dong Yang <dongy@dongy-mlt.client.nvidia.com>
for more information, see https://pre-commit.ci
Signed-off-by: Dong Yang <dongy@dongy-mlt.client.nvidia.com>
Hi Dong, could you help fix the unit tests, you can run them with command: |
Yes, working on it. |
Signed-off-by: Dong Yang <dongy@dongy-mlt.client.nvidia.com>
Signed-off-by: Dong Yang <dongy@dongy-mlt.client.nvidia.com>
Signed-off-by: Dong Yang <dongy@dongy-mlt.client.nvidia.com>
for more information, see https://pre-commit.ci
Signed-off-by: Dong Yang <dongy@dongy-mlt.client.nvidia.com>
Signed-off-by: Dong Yang <dongy@dongy-mlt.client.nvidia.com>
for more information, see https://pre-commit.ci
Signed-off-by: Dong Yang <dongy@dongy-mlt.client.nvidia.com>
Signed-off-by: Dong Yang <dongy@dongy-mlt.client.nvidia.com>
Signed-off-by: Dong Yang <dongy@dongy-mlt.client.nvidia.com>
Signed-off-by: Dong Yang <dongy@dongy-mlt.client.nvidia.com>
Signed-off-by: Dong Yang <dongy@dongy-mlt.client.nvidia.com>
Signed-off-by: dongy <dongy@nvidia.com>
/build |
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.
Thanks, it looks good to me.
Fixes # .
Description
Add GPU-enabled function "get_largest_connected_component_mask" using cuCIM and CuPy.
Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage
../runtests.sh --quick --unittests --disttests
.make html
command in thedocs/
folder.