-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add example notebooks #1459
Comments
Are you thinking that there will be different notebooks for the different checkbox points you listed? I was thinking we would have notebooks that covered whole workflows for specific datasets/tasks that would have the same scope as the examples on the Examples page that we already have, and in the course of these we would cover all these topics. I was thinking that we might want to add an example of a lower-resolution land cover dataset since that's a common use case and isn't covered by the existing example which are all about cars and buildings and high-res imagery. |
Yes, I'm hoping to have both. Shorter ones are easier to look up info in. I'm happy to take those on. Also, this is a first draft. I think some of these can be merged together. |
Please feel free to edit the issue body. |
An example of RV-as-library code can be seen here: https://github.com/raster-foundry/raster-foundry/tree/develop/app-hitl/hitl/src/hitl/rv |
@lewfish, do you know of a convenient way to get this kind of data (ideally from within a notebook)? |
There are some datasets like this on MLHub that we could access through STAC such as https://mlhub.earth/data/microsoft_chesapeake |
I'd like to show how you can take an off-the-shelf PyTorch model (perhaps from TorchGeo) and then use RV to make predictions on |
Yes, but it's tied up in the |
Hmm, ok. I'll think about potentially simplifying this. |
Hi @lewfish @AdeelH. I would like to share our latest implementation for reading GroundWork STAC that works for us. Maybe it might somehow help to prepare the STAC reading part.
|
As a follow-up to #1395, we should add Python notebooks that demonstrate how to use Raster Vision as a library.
If feasible, it would also be nice to automatically add rendered versions of these notebooks to the docs. See: https://docs.readthedocs.io/en/stable/guides/jupyter.html.
Some ideas:
Basics
RasterSource
,MultiRasterSource
,CRSTransformer
,RasterTransformer
VectorSource
,VectorTransformer
,RasterizedSource
Labels
,LabelSource
Scene
GeoDataset
,SlidingWindowGeoDataset
,RandomWindowGeoDataset
Learner.predict_dataset()
,LabelStore
Evaluator
Other
Potsdamsegmentation using RV + PyTorch Lightning (Lewis) (Add RV + Lightning notebook #1546)The text was updated successfully, but these errors were encountered: