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
Traceback (most recent call last):
File "eval_image.py", line 64, in
eval()
File "eval_image.py", line 36, in eval
im = im[:, off:off + h]
TypeError: slice indices must be integers or None or have an index method
The text was updated successfully, but these errors were encountered:
python3 eval_image.py --proto mobilenet_deploy.prototxt --model mobilenet.caffemodel --image ./cat.jpg
Traceback (most recent call last):
File "eval_image.py", line 64, in
eval()
File "eval_image.py", line 36, in eval
im = im[:, off:off + h]
TypeError: slice indices must be integers or None or have an index method
The text was updated successfully, but these errors were encountered: