This repository was 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
-
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.
Uh oh!
There was an error while loading. Please reload this page.
-
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