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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

sihai0506
/
rmbg2.0-coreml

Image Segmentation
Core ML
BiRefNet
English
RMBG-2-CoreML
background-removal
apple-neural-engine
rmbg
Model card Files Files and versions
xet
Community

Instructions to use sihai0506/rmbg2.0-coreml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • BiRefNet

    How to use sihai0506/rmbg2.0-coreml with BiRefNet:

    # Option 1: use with transformers
    
    from transformers import AutoModelForImageSegmentation
    birefnet = AutoModelForImageSegmentation.from_pretrained("sihai0506/rmbg2.0-coreml", trust_remote_code=True)
    
    # Option 2: use with BiRefNet
    
    # Install from https://github.com/ZhengPeng7/BiRefNet
    
    from models.birefnet import BiRefNet
    model = BiRefNet.from_pretrained("sihai0506/rmbg2.0-coreml")
  • Notebooks
  • Google Colab
  • Kaggle
rmbg2.0-coreml
407 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
sihai0506's picture
sihai0506
Upload 3 files
47999ec verified 5 months ago
  • .gitattributes
    1.52 kB
    initial commit 5 months ago
  • README.md
    3.89 kB
    Upload 3 files 5 months ago
  • RMBG-2-native.mlpackage.zip

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    407 MB
    xet
    Upload 3 files 5 months ago
  • config.json
    618 Bytes
    Upload 3 files 5 months ago