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 "detect.py", line 186, in
detect(im_gray, param_vals)):
File "detect.py", line 160, in post_process
groups = _group_overlapping_rectangles(matches)
File "detect.py", line 131, in _group_overlapping_rectangles
matches = list(matches)
File "detect.py", line 93, in detect
y_vals.append(sess.run(y, feed_dict=feed_dict))
File "/anaconda3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 905, in run
run_metadata_ptr)
File "/anaconda3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1116, in _run
str(subfeed_t.get_shape())))
ValueError: Cannot feed value of shape (253,) for Tensor 'Variable_9:0', which has shape '(361,)'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "detect.py", line 186, in
detect(im_gray, param_vals)):
File "detect.py", line 160, in post_process
groups = _group_overlapping_rectangles(matches)
File "detect.py", line 131, in _group_overlapping_rectangles
matches = list(matches)
File "detect.py", line 93, in detect
y_vals.append(sess.run(y, feed_dict=feed_dict))
File "/anaconda3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 905, in run
run_metadata_ptr)
File "/anaconda3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1116, in _run
str(subfeed_t.get_shape())))
ValueError: Cannot feed value of shape (253,) for Tensor 'Variable_9:0', which has shape '(361,)'
The text was updated successfully, but these errors were encountered: