-
Notifications
You must be signed in to change notification settings - Fork 71
TypeError: 'int' object is not subscriptable #23
Comments
Hi, |
Looks like the image size should be a tuple instead of int, eg (320, 320) instead of 320. can you try to modify that and see if that works? |
That solves the issue. But I do not see any bbox on the result. The image and result are the same and there is no bbox or label on the image. |
Updating the
|
Still doesnt work for me tried to make the image_size a tuple: |
With above changes I get this error: TypeError Traceback (most recent call last) 10 frames TypeError: ('Keyword argument not understood:', 'synchronized') |
@shamitb could you please paste the full stacktrace? |
same error |
I have just run the colab and install the requirements. How can I resolve this?
The text was updated successfully, but these errors were encountered: