Multiple Scenes in a GeoDataset #1735
-
Howdy! I've been using the Raster Vision library for the last couple of weeks and I'm loving it so far. Right now I'm trying to figure out how to use multiple scenes within a Does anyone have any recommendations? Thanks in advance :) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi! You can create a |
Beta Was this translation helpful? Give feedback.
-
Perfect, thank you so much for pointing me in the right direction Adeel!! |
Beta Was this translation helpful? Give feedback.
Hi! You can create a
GeoDataset
for each scene and then concatenate them together using PyTorch'sConcatDataset
. This is in fact what Raster Vision does internally when using multiple scenes.