random.uniform(params['reshape_x_limits'][0],params['reshape_x_limits'][1])这就给出了错误SystemError: new style getargs format but argument is not a tuple所有参数都不应该是元组。是什么导致了这个错误?我使用的是Pyth
我在我的代码中得到了这个错误。我希望有人能帮我找出修复这个错误的方法。for line in lines: cv2.line(*(line_image, [line], color, thickness))
错误的名称是: SystemError: new style getargs format,但参数不是元组。错误似乎出现在代码的最后一行。