Closed edrdos101 closed 5 years ago
FYI
I just changed the thickness value to a hard coded one in the draw.py
file and it's ok now. ie
cv2.line(image, (x0, y0), (x1, y1),
_COLORS[lid], 5 , 16)
Alright thanks, it's quite weird anyway.
For some images (haven't figured out the correlation) when using
draw_limbs
, terminal throws this error:There seems to be no logical explanation why plotting works fine for some images while not for others...