How to use from the
Use from the
Transformers library
# 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")
Quick Links

Citation

If you find it useful, please consider citing:

@article{wang2026vision,
  title         = {Vision-Language Model Purified Semi-Supervised Semantic Segmentation for Remote Sensing Images},
  author        = {Wang, Shanwen and Sun, Xin and Hong, Danfeng and Zhou, Fei},
  journal       = {arXiv preprint arXiv:2602.00202},
  year          = {2026},
  month         = feb,
  note          = {Available at \url{https://arxiv.org/abs/2602.00202}}
}
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for fluorites/SemiEarth

Base model

Qwen/Qwen-VL
Finetuned
(2)
this model

Dataset used to train fluorites/SemiEarth

Paper for fluorites/SemiEarth