Spectral Extension and Automatic Segmentation workflows #171
rafaspadilha
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, FarmVibes.AI users! 👋
We are happy to announce a new release!
This time, we have a new workflow that combines Sentinel-2 and drone imagery to produce high resolution images. We are also releasing an extension of the segmentation workflows that allows automatic segmentation of rasters without the previous requirement of user-provided prompts. These are followed by new notebooks and important backend improvements to our worker and caching services.
There are two breaking changes that need your attention:
vibe_notebook
that groups utility functions and classes shared among the notebooks in our repo. These were previously located withinnotebooks/shared_nb_lib
folder. Because of this change, most notebook environments will need to be recreated.scripts/export_sam_models.py
to export ONNX models that can process multiple prompts in a batch, which is required for the new segmentation workflows. Users will need to run the script again, exporting the new models to the FarmVibes.AI cluster.Please, refer to the summarized release notes below for more details.
Now, to update your existing clusters, if you cloned the repo, do a
to update your local copy. Then, you will have to update (or install) the
vibe_core
library, withFinally, you can upgrade your cluster by running
Thank you for using FarmVibes.AI!
Beta Was this translation helpful? Give feedback.
All reactions