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 /llava
283 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
WhynotHug's picture
WhynotHug
Upload folder using huggingface_hub
3334467 verified 3 days ago
  • language_model
    Upload folder using huggingface_hub 3 days ago
  • multimodal_encoder
    Upload folder using huggingface_hub 3 days ago
  • __init__.py
    234 Bytes
    Upload folder using huggingface_hub 3 days ago
  • apply_delta.py
    2.05 kB
    Upload folder using huggingface_hub 3 days ago
  • builder.py
    8.78 kB
    Upload folder using huggingface_hub 3 days ago
  • consolidate.py
    928 Bytes
    Upload folder using huggingface_hub 3 days ago
  • conversation.py
    33 Bytes
    Upload folder using huggingface_hub 3 days ago
  • llava_arch.py
    27.4 kB
    Upload folder using huggingface_hub 3 days ago
  • make_delta.py
    2.39 kB
    Upload folder using huggingface_hub 3 days ago
  • mm_utils.py
    1.08 kB
    Upload folder using huggingface_hub 3 days ago
  • utils.py
    971 Bytes
    Upload folder using huggingface_hub 3 days ago