Image Segmentation
Transformers
English
Chinese
remote sensing
vision language model
semi-supervised
Instructions to use fluorites/SemiEarth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fluorites/SemiEarth with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-segmentation", model="fluorites/SemiEarth")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("fluorites/SemiEarth", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Upload 2 files
Browse files- SemiEarth_LoveDA_Base.pth +3 -0
- SemiEarth_LoveDA_Small.pth +3 -0
SemiEarth_LoveDA_Base.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d6da5cb3bbaa07f0070e2c5e90977e26cbe0fda363a6a45730c518f9d9a43f6
|
| 3 |
+
size 1558392061
|
SemiEarth_LoveDA_Small.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be9c770cef76175dd4b166a84078bbe67c2f3b8ea8559d50ff69a1a2bf8e1d6e
|
| 3 |
+
size 396448317
|