hizhangp/yolo_tensorflow

When training my own data set ( one class ), there are the following mistakes, how to solve them, and tell them! Thank you

xm1112 opened this issue · 3 comments

ValueError: Cannot feed value of shape (2, 7, 7, 25) for Tensor'Placeholder:0', which has shape' ((, 7, 7, 6) '

You need to change the labels list in config

I also encountered the same problem. How do you solve it in the end?

You need to change the labels list in config

I have changed the labels list in config.But also meet this question.