PaddleDetection
PaddleDetection copied to clipboard
fix: float number in `color` caused exception for PIL
Fix the following error:
The numbers in color
are float numbers, but PIL doesn't like it(I don't know why).
This PR makes PIL happy.
Thanks for your contribution!