Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

GlobalWheat
/
GWFSS_Segformer_b4

Image Segmentation
Transformers
Safetensors
segformer
scientific
research
agricultural research
wheat
segmentation
crop phenotyping
global wheat
crop
plant
canopy
field
Model card Files Files and versions
xet
Community

Instructions to use GlobalWheat/GWFSS_Segformer_b4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use GlobalWheat/GWFSS_Segformer_b4 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="GlobalWheat/GWFSS_Segformer_b4")
    # Load model directly
    from transformers import AutoImageProcessor, SegformerForSemanticSegmentation
    
    processor = AutoImageProcessor.from_pretrained("GlobalWheat/GWFSS_Segformer_b4")
    model = SegformerForSemanticSegmentation.from_pretrained("GlobalWheat/GWFSS_Segformer_b4")
  • Notebooks
  • Google Colab
  • Kaggle
GWFSS_Segformer_b4
256 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Zijian-Wang's picture
Zijian-Wang
Create README.md
6349b1a verified 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    1.52 kB
    Create README.md 10 months ago
  • class.json
    347 Bytes
    Upload folder using huggingface_hub 10 months ago
  • config.json
    1.14 kB
    Upload folder using huggingface_hub 10 months ago
  • model.safetensors
    256 MB
    xet
    Upload folder using huggingface_hub 10 months ago
  • preprocessor_config.json
    372 Bytes
    Upload folder using huggingface_hub 10 months ago