Does it make sense to convert the image to grayscale? #2687
Unanswered
FelipeErmeson
asked this question in
Q&A
Replies: 1 comment
-
Image conversion can be done using cv2, defining a custom operator, and using it in the pipeline.(https://towhee.readthedocs.io/en/latest/operator/usage.html#custom-operators) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Apparently the convnext_xlarge_in22k model, for example, was trained on colored images, so it would be best to leave the image colored. I also don't see any operator that transforms the image to grayscale.
Beta Was this translation helpful? Give feedback.
All reactions