Semantic Segmentation Task using custom dataset #1418
-
Hi, I have surface water dataset which I would like to use to train a semantic segmentation model. Both training and validation datasets are loaded in dataloaders. I would like to add a few indices and augmentation so I created the appropriate transforms object. Now, do I need a custom data module derived from LightningDataModule to run the SemanticSegmentationTask? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
Creating a
You can find more thorough documentation of this here. |
Beta Was this translation helpful? Give feedback.
The method to perform inference on full-size uncurated raster files would be to use a GeoDataModule instead of a NonGeoDataModule. L7IrishDataModule and L8BiomeDataModule are available in main if you want to take a look and use them for reference. ChesapeakeCVPRDataModule and NaipChesapeakeDataModule are also GeoDataModules.