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

abhicake
/
fine_bg_removal

Image Segmentation
Transformers
PyTorch
ONNX
SegformerForSemanticSegmentation
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use abhicake/fine_bg_removal with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="abhicake/fine_bg_removal", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForImageSegmentation
    model = AutoModelForImageSegmentation.from_pretrained("abhicake/fine_bg_removal", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
fine_bg_removal
221 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
abhicake's picture
abhicake
Upload model_quantized.onnx
478b445 verified almost 2 years ago
  • onnx
    Upload model_quantized.onnx almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • MyConfig.py
    326 Bytes
    Upload 10 files almost 2 years ago
  • MyPipe.py
    2.93 kB
    Upload 10 files almost 2 years ago
  • README.md
    31 Bytes
    initial commit almost 2 years ago
  • briarmbg.py
    13.1 kB
    Upload 10 files almost 2 years ago
  • config.json
    548 Bytes
    Upload 10 files almost 2 years ago
  • example_inference.py
    1.11 kB
    Upload 10 files almost 2 years ago
  • model.pth
    134 Bytes
    xet
    Upload 10 files almost 2 years ago
  • preprocessor_config.json
    345 Bytes
    Upload 10 files almost 2 years ago
  • pytorch_model.bin
    134 Bytes
    xet
    Upload 10 files almost 2 years ago
  • requirements.txt
    87 Bytes
    Upload 10 files almost 2 years ago
  • utilities.py
    980 Bytes
    Upload 10 files almost 2 years ago