PaddleDetection icon indicating copy to clipboard operation
PaddleDetection copied to clipboard

fix: float number in `color` caused exception for PIL

Open kxxt opened this issue 1 year ago • 1 comments

Fix the following error:

image

The numbers in color are float numbers, but PIL doesn't like it(I don't know why).

image

This PR makes PIL happy.

kxxt avatar Aug 23 '22 09:08 kxxt

Thanks for your contribution!

paddle-bot[bot] avatar Aug 23 '22 09:08 paddle-bot[bot]