-
Is there a simple way to prepare a single image to go through a trained model and output the mask? Context: I was hoping to do:
|
Beta Was this translation helpful? Give feedback.
Answered by
SarBH
Jul 16, 2021
Replies: 1 comment 2 replies
-
UPDATE: if we want the preprocessing function to behave as i described
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
SarBH
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
UPDATE: if we want the preprocessing function to behave as i described
processed = preprocessing_fn(img)
you can use