Image Segmentation
Transformers
Safetensors
actu
climate
geospatial
remote-sensing
spatiotemporal
multi-modal
earth-observation
time-series
hydrology
Instructions to use DarthReca/actu-magnitude-regression with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DarthReca/actu-magnitude-regression with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="DarthReca/actu-magnitude-regression")# Load model directly from transformers import ACTUForImageSegmentation model = ACTUForImageSegmentation.from_pretrained("DarthReca/actu-magnitude-regression", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K