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

VincentGOURBIN
/
RMBG-2-CoreML

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

Instructions to use VincentGOURBIN/RMBG-2-CoreML with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • BiRefNet

    How to use VincentGOURBIN/RMBG-2-CoreML with BiRefNet:

    # Option 1: use with transformers
    
    from transformers import AutoModelForImageSegmentation
    birefnet = AutoModelForImageSegmentation.from_pretrained("VincentGOURBIN/RMBG-2-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("VincentGOURBIN/RMBG-2-CoreML")
  • Notebooks
  • Google Colab
  • Kaggle
RMBG-2-CoreML / RMBG-2-native.mlpackage
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
VincentGOURBIN's picture
VincentGOURBIN
Upload folder using huggingface_hub
d2f14a1 verified 4 months ago
  • Data
    Upload folder using huggingface_hub 4 months ago
  • Manifest.json
    617 Bytes
    Upload folder using huggingface_hub 4 months ago