yolo_tensorflow
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
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.