Replies: 1 comment
-
I changed the type of task in the model example from classification to segmentation. Is there anything I should notice? |
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.
-
Maybe it's because of this problem:
warn("No known normalization found in model weights.")
So this is a mistake. How do I fix it?
assert image_result.pred_mask is not None
AssertionError
Beta Was this translation helpful? Give feedback.
All reactions