You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In line 300, image is a PIL Image object and hence image.size is the shape of the image. I guess this is correct? (A potential concern is, it is wh or hw. I can check this later).
I think line 300 should use the bbox shape(wh) as input rather than original image?
The text was updated successfully, but these errors were encountered: