I tried training MobileNet ssd using the data I annotated and downloaded from roboflow in COCO format but I keep encountering this error:
raise ValueError('Unequal shapes {}, {}'.format(shape_a, shape_b))
ValueError: Unequal shapes [0], [1]
raise ValueError('Unequal shapes {}, {}'.format(shape_a, shape_b))
ValueError: Unequal shapes [0], [1]
This is the impulse
For Object Detection, I used MobileNetV2 SSD
Project ID:
ID: 33335698
I want to solve this error so that I will train successfully and completely