Tobias Krause
Results
3
issues of
Tobias Krause
Related to issue #937 When Cellpose detect over 65,535 it casts the masks vector to `uint32`. However, this format is not natively supported by OpenCV, causing its `resize` function to...
**Description** If cellpose detects over 65,535 masks, images are cast to uint32 and then rescaled using cv2. However, this is interpreted as type `CV_32S` (signed integer as opposed to unsigned)...
bug