vietanhdev / anylabeling

Effortless AI-assisted data labeling with AI support from YOLO, Segment Anything (SAM+SAM2), MobileSAM!!
https://anylabeling.nrl.ai
GNU General Public License v3.0
2.2k stars 236 forks source link

ValueError: For rgb_view, the image must have 32 bit pixel size (use RGB32, ARGB32, or ARGB32_Premultiplied) #50

Closed WangRongsheng closed 1 year ago

WangRongsheng commented 1 year ago

When I import some grayscale mammogram images, it reports an error: ValueError: For rgb_view, the image must have 32 bit pixel size (use RGB32, ARGB32, or ARGB32_Premultiplied)

vietanhdev commented 1 year ago

Can you send me some images for reproducing?

WangRongsheng commented 1 year ago

013

063

This is demo images, thank you!

vietanhdev commented 1 year ago

@WangRongsheng I have fixed it in master and Release v0.2.11.

WangRongsheng commented 1 year ago

thank you @vietanhdev