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
executing below simple code I'm getting an error. The error is in imgaug.py, not in the code below. Anybody any feedback? Is it a bug? I'm expecting an image with bounding boxes be displayed.
File "/Users/macbook/Projects/PythonML/mlkit/lib/python3.9/site-packages/imgaug/imgaug.py", line 2120, in imshow
fig.canvas.set_window_title("imgaug.imshow(%s)" % (image.shape,))
AttributeError: 'FigureCanvasMac' object has no attribute 'set_window_title'
My error seems to thrown from the same function, but the error seems slightly different on the Mac.
Hi all,
executing below simple code I'm getting an error. The error is in imgaug.py, not in the code below. Anybody any feedback? Is it a bug? I'm expecting an image with bounding boxes be displayed.
Error message:
The text was updated successfully, but these errors were encountered: