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

WhynotHug
/
PixDLM

Image Segmentation
Transformers
PyTorch
pixdlm
cvpr-2026
compute-transparency
reasoning-segmentation
uav
remote-sensing
vision-language
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use WhynotHug/PixDLM with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="WhynotHug/PixDLM")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("WhynotHug/PixDLM", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
PixDLM / model /segment_anything
117 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
WhynotHug's picture
WhynotHug
Upload folder using huggingface_hub
3334467 verified 2 days ago
  • modeling
    Upload folder using huggingface_hub 2 days ago
  • utils
    Upload folder using huggingface_hub 2 days ago
  • __init__.py
    428 Bytes
    Upload folder using huggingface_hub 2 days ago
  • automatic_mask_generator.py
    15.4 kB
    Upload folder using huggingface_hub 2 days ago
  • build_sam.py
    2.98 kB
    Upload folder using huggingface_hub 2 days ago
  • predictor.py
    11.9 kB
    Upload folder using huggingface_hub 2 days ago