How to load a custom dataset (COCO format) for instance segmentation? #11503
Unanswered
jeanpat
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
hey @jeanpat! the ques is related to flash. Would you mind asking it here instead: https://github.com/PyTorchLightning/lightning-flash/discussions? |
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.
-
Hello,
I have a dataset available on kaggle consisting in 126 images and their segmentation labels in COCO format.
How can I modify the given example:
to load it?
Would it be possible then to introduce simply data augmentation (translations..., rotations...)?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions