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

nazlicanto
/
segformer-defect-detection

Transformers
PyTorch
segformer
Model card Files Files and versions
xet
Community
1

Instructions to use nazlicanto/segformer-defect-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use nazlicanto/segformer-defect-detection with Transformers:

    # Load model directly
    from transformers import AutoImageProcessor, SegformerForSemanticSegmentation
    
    processor = AutoImageProcessor.from_pretrained("nazlicanto/segformer-defect-detection")
    model = SegformerForSemanticSegmentation.from_pretrained("nazlicanto/segformer-defect-detection")
  • Notebooks
  • Google Colab
  • Kaggle
segformer-defect-detection
14.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
nazlicanto's picture
nazlicanto
update
240254a over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    21 Bytes
    initial commit over 2 years ago
  • config.json
    1.27 kB
    update over 2 years ago
  • preprocessor_config.json
    372 Bytes
    update over 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    14.9 MB
    xet
    update over 2 years ago