This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Help with semantic segmentation #1431
Unanswered
lcoandrade
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to perform an image semantic segmentation (segment mining fields) using lightning-flash on Colab. My images are all RGB/uint8/512x512 and the masks are L/uint8/512x512.
I have folders with train/train_masks, validation/validation_masks and test/test_masks data.
I would like to perform some transformations, like ToTensor, RandomHorizontalFlip and RandomVerticalFlip.
My code, so far is this:
But, when I run the code, I get this error:
IndexError Traceback (most recent call last)
How can I fix that?
Beta Was this translation helpful? Give feedback.
All reactions