Create a Geo Dataset with raster labels instead of GeoJSON #1804
-
I've just learnt about Rastervision and I'm trying to make a minimal example with it to train a network. I have this dataset on Kaggle available here: Naip and Chesapeake I would need to intersect both of them and define that the images would be obtained from NAIP intersection and the masks would be obtained from Chesapeake intersection (raster and not geojson). Can someone provide a minimal example to achieve that? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi. You should definitely be able to do that. Assuming you are using RV as a library and using
I highly recommend checking out the tutorial notebooks. Let me know if you have any specific questions. |
Beta Was this translation helpful? Give feedback.
Hi. You should definitely be able to do that.
Assuming you are using RV as a library and using
.from_uris()
to construct aSemanticSegmentationSlidingWindowGeoDataset
or aSemanticSegmentationRandomWindowGeoDataset
label_raster_uri
aoi_uri
I highly recommend checking out the tutorial notebooks.
Let me know if you have any specific questions.