Combining multiple geo-datasets into one #1782
Answered
by
AdeelH
bitsandbricks
asked this question in
Q&A
-
Hi there! I have a set of satellite images of the exact same area, taken at different dates (let's say in 2020, 2021, 2022... etc). For each image, I have a geojson labels file, identifying objects of interest present at that date. Using For training purposes, all datasets should be combined into a single pool. Is there a way to combine Raster Vision geo-datasets? |
Beta Was this translation helpful? Give feedback.
Answered by
AdeelH
May 27, 2023
Replies: 1 comment
-
You can combine them together using PyTorch's |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
bitsandbricks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can combine them together using PyTorch's
ConcatDataset
.