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 / utils
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
WhynotHug's picture
WhynotHug
Upload folder using huggingface_hub
3334467 verified 2 days ago
  • ade20k_classes.json
    1.68 kB
    Upload folder using huggingface_hub 2 days ago
  • cocostuff_classes.txt
    2.28 kB
    Upload folder using huggingface_hub 2 days ago
  • conversation.py
    16.1 kB
    Upload folder using huggingface_hub 2 days ago
  • data_processing.py
    2.95 kB
    Upload folder using huggingface_hub 2 days ago
  • dataset.py
    29.3 kB
    Upload folder using huggingface_hub 2 days ago
  • grefcoco.py
    6.55 kB
    Upload folder using huggingface_hub 2 days ago
  • grefer.py
    12.8 kB
    Upload folder using huggingface_hub 2 days ago
  • matcher.py
    10.1 kB
    Upload folder using huggingface_hub 2 days ago
  • multi_reason_seg_dataset.py
    17.1 kB
    Upload folder using huggingface_hub 2 days ago
  • multi_reason_seg_val_dataset.py
    12.4 kB
    Upload folder using huggingface_hub 2 days ago
  • muse.py
    9.62 kB
    Upload folder using huggingface_hub 2 days ago
  • reason_seg_dataset.py
    12.6 kB
    Upload folder using huggingface_hub 2 days ago
  • refer.py
    15.3 kB
    Upload folder using huggingface_hub 2 days ago
  • refer_seg_dataset.py
    19.2 kB
    Upload folder using huggingface_hub 2 days ago
  • sem_seg_dataset.py
    21.3 kB
    Upload folder using huggingface_hub 2 days ago
  • utils.py
    8.28 kB
    Upload folder using huggingface_hub 2 days ago
  • vqa_dataset.py
    7.69 kB
    Upload folder using huggingface_hub 2 days ago