pierluigiferrari / ssd_keras

A Keras port of Single Shot MultiBox Detector
Apache License 2.0
1.86k stars 935 forks source link

ValueError: Error when checking input: expected input_3 to have 4 dimensions, but got array with shape #377

Open jhaggle opened 3 years ago

jhaggle commented 3 years ago

I get the issue above when trying to train on a dataset of images that I have created myself. When I insted use the SVHN dataset, it works fine. Could you please advise in what might be wrong?