Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

jayson1408
/
rmbg

Image Segmentation
BiRefNet
Safetensors
background-removal
mask-generation
Dichotomous Image Segmentation
Camouflaged Object Detection
Salient Object Detection
pytorch_model_hub_mixin
model_hub_mixin
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • BiRefNet

    How to use jayson1408/rmbg with BiRefNet:

    # Option 1: use with transformers
    
    from transformers import AutoModelForImageSegmentation
    birefnet = AutoModelForImageSegmentation.from_pretrained("jayson1408/rmbg", 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("jayson1408/rmbg")
  • Notebooks
  • Google Colab
  • Kaggle
rmbg
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
jayson1408's picture
jayson1408
Upload 7 files
57352b7 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • BiRefNet_config.py
    298 Bytes
    Upload 7 files about 1 year ago
  • README.md
    9.75 kB
    Upload 7 files about 1 year ago
  • birefnet.py
    92 kB
    Upload 7 files about 1 year ago
  • config.json
    405 Bytes
    Upload 7 files about 1 year ago
  • handler.py
    4.71 kB
    Upload 7 files about 1 year ago
  • model.safetensors
    885 MB
    xet
    Upload 7 files about 1 year ago
  • requirements.txt
    271 Bytes
    Upload 7 files about 1 year ago