yolov5-dnn-cpp-python-v2
yolov5-dnn-cpp-python-v2 copied to clipboard
Error with custom model yolov5m
I train my model with your changes, y test this using onnx runtime and all is ok , but in OpenCV I get this error: outs[row_ind:row_ind+length, 0:2] = (outs[row_ind:row_ind+length, 0:2] * 2. - 0.5 + np.tile(self.grid[i],(self.na, 1))) * int(self.stride[i]) ValueError: operands could not be broadcast together with shapes (1,2,8) (19200,2)
Have you solved it? I have the same problem
Have you solved it? I have the same problem
hi,have you solve the problem now?