ValueError: Input 0 of layer sequential_7 is incompatible with the layer: expected axis -1 of input shape to have value 784 but received input with shape [1, 512, 512, 3] #7
Labels
Error
Error
ValueError Traceback (most recent call last)
in ()
5 iou_threshold = 0.03
6 for file in x_files[::1]:
----> 7 display_yolo(file, model, score, iou_threshold)
10 frames
/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/func_graph.py in wrapper(*args, **kwargs)
966 except Exception as e: # pylint:disable=broad-except
967 if hasattr(e, "ag_error_metadata"):
--> 968 raise e.ag_error_metadata.to_exception(e)
969 else:
970 raise
ValueError: in user code:
The text was updated successfully, but these errors were encountered: