You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I train yolo on grayscale images? I have changed channels to 1 in .cfg file as well as Input(shape=(None, None, 1)) in train.py. I got this error: ValueError: Error when checking input: expected input_1 to have shape (None, None, 1) but got array with shape (416, 416, 3) How to preprocess images properly?
The text was updated successfully, but these errors were encountered:
How can I train yolo on grayscale images? I have changed channels to 1 in .cfg file as well as
Input(shape=(None, None, 1))
in train.py. I got this error:ValueError: Error when checking input: expected input_1 to have shape (None, None, 1) but got array with shape (416, 416, 3)
How to preprocess images properly?The text was updated successfully, but these errors were encountered: