robbebluecp / tf2-yolov4

yolov4 base on keras of tf2+, tf2 support perfectly
15 stars 10 forks source link

bugs #7

Open jangjiun opened 3 years ago

jangjiun commented 3 years ago

logits and labels must have the same shape ((None, None, None, 3, 2) vs (None, 13, 13, 3, 20)),搞不懂我把class都改了,这个20是从哪来的?