yolo_tensorflow icon indicating copy to clipboard operation
yolo_tensorflow copied to clipboard

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

Open xm1112 opened this issue 6 years ago • 3 comments

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

xm1112 avatar Jul 18 '18 08:07 xm1112

You need to change the labels list in config

contactmat85 avatar Aug 09 '18 13:08 contactmat85

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

ttianwang avatar Nov 03 '18 09:11 ttianwang

You need to change the labels list in config

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

Benzzzxxx avatar Jan 23 '19 02:01 Benzzzxxx