You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I have 8 labels,it returns:
onnx.onnx_cpp2py_export.shape_inference.InferenceError: [ShapeInferenceError] (op_type:Transpose, node name: Transpose_309): [ShapeInferenceError] Inferred shape and existing shape differ in dimension 3: (128) vs (32)
The text was updated successfully, but these errors were encountered:
You need to modify the shape of cls_preds , box_preds , dir_cls_preds according to the your grid size and number of categories, in the simplify_postprocess() func.
when I have 8 labels,it returns:
onnx.onnx_cpp2py_export.shape_inference.InferenceError: [ShapeInferenceError] (op_type:Transpose, node name: Transpose_309): [ShapeInferenceError] Inferred shape and existing shape differ in dimension 3: (128) vs (32)
The text was updated successfully, but these errors were encountered: