ChunML / ssd-tf2

A super clean implementation of SSD (Single Shot MultiBox Detector) made possible by Tensorflow 2.0
MIT License
115 stars 54 forks source link

uh...... appear error that when my train myself data #27

Open zouzouwei opened 3 years ago

zouzouwei commented 3 years ago

Input 0 of layer conv2d is incompatible with the layer: : expected min_ndim=4, found ndim=3. Full shape received: [32, 300, 300]

I konw, there are already some questions like this, but I couldn´t find any solution for this problem.