sunshineatnoon/Darknet.keras

the shape of label and the output of the layer is different

Opened this issue · 1 comments

I run the TrainYolo.py and using Tensorflow as keras backend, howerver i get exception:
Exception: Error when checking model target: expected dense_3 to have shape (None, 1470) but got array with shape (16, 1225)
the shape of label and the output of the layer is different.

Sorry, I haven't implemented the train process yet.