Replies: 1 comment 3 replies
-
You should be passing pred_labels = ChipClassificationLabels.from_predictions(
test_ds.windows,
predictions) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am trying to accomplish a classification training. I have tif images in various folders and a csv which refers to every image and what kind of label it has.
After successfully have done the training using :
and a
CustomDataConfig
, something like:and
I want to proceed to predictions.
So, I am trying something like:
but the scores is an empty list.
I am not sure if I have to use
ChipClassificationLabels
though. I want a Classifications Labels, probably not Chip but I can't find something else!Beta Was this translation helpful? Give feedback.
All reactions