John-Reddon
Results
1
comments of
John-Reddon
Hello professor, how can I generate overlay images corresponding to the mask and the original image?
Hi! The predict function should give you a mask (a boolean array). Convert it in np.uint8 array, then use the function ```cv2.addWeight function in order to combine the original image...