-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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: