Tried to change the color to gray but that didn't help so much: ImageGray = cv2.cvtColor(image,BGR2GRAY)
CodePudding user response:
Good question. Try
- resizing the images to a smaller size: reduce dataset resolution.
- use GPU
Tried to change the color to gray but that didn't help so much: ImageGray = cv2.cvtColor(image,BGR2GRAY)
CodePudding user response:
Good question. Try