my_deep_anpr icon indicating copy to clipboard operation
my_deep_anpr copied to clipboard

Value Error:

Open Thamizh-Sterio opened this issue 6 years ago • 0 comments

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,)'

Thamizh-Sterio avatar Sep 07 '18 10:09 Thamizh-Sterio