rykov8 / ssd_keras

Port of Single Shot MultiBox Detector to Keras
MIT License
1.1k stars 553 forks source link

Dimensions must be equal, but are 512 and 38 for 'conv4_3_norm/mul' #157

Open TonyZPW opened 4 years ago

TonyZPW commented 4 years ago

when i run SSD.ipynb i got this error

yichengye310 commented 4 years ago

I have changed get_output_shape_for to compute_output_shape, but still got the error.

Go-Tak commented 3 years ago

[#if K.image_dim_ordering() == 'tf': if K.image_data_format() == 'channels_last':] in ssd_layers.py worked in my case