MLND-Capstone icon indicating copy to clipboard operation
MLND-Capstone copied to clipboard

no output after changing output type of addweighted method

Open anees1998 opened this issue 2 years ago • 4 comments

1# I got an error of different input types on add weighted method so I've to specify an output type

before change: result = cv2.addWeighted(image, 1, lane_image, 1, 0) after change: result = cv2.addWeighted(image, 1, lane_image, 1, 0, dtype= cv2.CV_32F).astype(np.uint8)

now there are no lanes on mn output video 2# and also I've used "from skimage.transform import resize as imresize" for image resize but I didn't change any other lines related to imresize is it ok? i.e lane_image = imresize(lane_drawn, (720, 1280, 3)) its same before and after

anees1998 avatar Apr 08 '22 12:04 anees1998

I am getting same error

Humairah1108 avatar May 22 '22 16:05 Humairah1108

me too

gm24med avatar Jun 11 '22 21:06 gm24med

@anees1998 did you manage to solve the problem?

Leonardodsch avatar May 23 '23 13:05 Leonardodsch

Have any of you solved the problem? I am getting the same error.

cashmeouside1 avatar Aug 03 '23 09:08 cashmeouside1