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

youngPhilosopher
/
drywall-qa-clipseg

Image Segmentation
Transformers
English
clipseg
segmentation
construction
drywall
quality-assurance
text-conditioned
binary-mask
Model card Files Files and versions
xet
Community

Instructions to use youngPhilosopher/drywall-qa-clipseg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use youngPhilosopher/drywall-qa-clipseg with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="youngPhilosopher/drywall-qa-clipseg")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("youngPhilosopher/drywall-qa-clipseg", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
drywall-qa-clipseg / src /data
38.7 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
youngPhilosopher's picture
youngPhilosopher
Upload folder using huggingface_hub
b891e61 verified about 1 month ago
  • __pycache__
    Upload folder using huggingface_hub about 1 month ago
  • __init__.py
    0 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • dataset.py
    3.11 kB
    Upload folder using huggingface_hub about 1 month ago
  • download.py
    924 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • preprocess.py
    9.07 kB
    Upload folder using huggingface_hub about 1 month ago