rykov8 / ssd_keras

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

ValueError: Dimension 0 in both shapes must be equal, but are 3 and 16. Shapes are [3,3,512,12] and [16,512,3,3]. for 'Assign_43' (op: 'Assign') with input shapes: [3,3,512,12], [16,512,3,3]. #136

Open yankanghong opened 6 years ago

yankanghong commented 6 years ago

I use python3.6, tensorflow1.5, keras 2.0.5 and openCV3.4. When i run the ssd i get the error listed below:


ValueError: Dimension 0 in both shapes must be equal, but are 3 and 16. Shapes are [3,3,512,12] and [16,512,3,3]. for 'Assign_43' (op: 'Assign') with input shapes: [3,3,512,12], [16,512,3,3].

any idea?

yankanghong commented 6 years ago

Also the page of "weights_SSD300.hdf5" is missing and could anyone send this file to my email 729735622@qq.com?