Can you share your training prototxt file? This error is due to dimension mismatch.
The size of "bbox_pred" layer should be 4*"num_classes". Also, make sure that the "cls_score" layer is the same size as "num_classes" layer.
Can you share your training prototxt file? This error is due to dimension mismatch.
The size of "bbox_pred" layer should be 4*"num_classes". Also, make sure that the "cls_score" layer is the same size as "num_classes" layer.