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 "demo_image.py", line 248, in
canvas = process(input_image, params, model_params)
File "demo_image.py", line 49, in process
output_blobs = model.predict(input_img)
File "/Users/env/lib/python2.7/site-packages/keras/engine/training.py", line 1695, in predict
check_batch_axis=False)
File "/Users/env/lib/python2.7/site-packages/keras/engine/training.py", line 111, in _standardize_input_data
'Found: array with shape ' + str(data.shape))
ValueError: The model expects 3 arrays, but only received one array. Found: array with shape (1, 184, 200, 3)
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "demo_image.py", line 248, in
canvas = process(input_image, params, model_params)
File "demo_image.py", line 49, in process
output_blobs = model.predict(input_img)
File "/Users/env/lib/python2.7/site-packages/keras/engine/training.py", line 1695, in predict
check_batch_axis=False)
File "/Users/env/lib/python2.7/site-packages/keras/engine/training.py", line 111, in _standardize_input_data
'Found: array with shape ' + str(data.shape))
ValueError: The model expects 3 arrays, but only received one array. Found: array with shape (1, 184, 200, 3)
The text was updated successfully, but these errors were encountered: