Project-MONAI / model-zoo

MONAI Model Zoo that hosts models in the MONAI Bundle format.
Apache License 2.0
204 stars 69 forks source link

Fix unsupported data dtype for FindContours in vista2d #678

Closed KumoLiu closed 1 month ago

KumoLiu commented 2 months ago

Fixes #677

Description

Use cv2.convertScaleAbs function to scale and convert the label to an 8-bit format then apply find_contours, it will not influence the result of the contours.

Status

Ready/Work in progress/Hold

Please ensure all the checkboxes:

yiheng-wang-nv commented 1 month ago

/build

KumoLiu commented 1 month ago

Hi @yiheng-wang-nv, let's wait for @SachidanandAlle and @myron's review to merge this PR, thanks!