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

  • Log In
  • Sign Up

IRPC
/
frogforge-birefnet

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 IRPC/frogforge-birefnet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • BiRefNet

    How to use IRPC/frogforge-birefnet with BiRefNet:

    # Option 1: use with transformers
    
    from transformers import AutoModelForImageSegmentation
    birefnet = AutoModelForImageSegmentation.from_pretrained("IRPC/frogforge-birefnet", 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("IRPC/frogforge-birefnet")
  • Notebooks
  • Google Colab
  • Kaggle
frogforge-birefnet
885 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 27 commits
major-katsurAGI's picture
major-katsurAGI
chore: Add original repo files
cb27d7f verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • BiRefNet_config.py
    298 Bytes
    chore: Add original repo files over 1 year ago
  • README.md
    8.57 kB
    chore: Add original repo files over 1 year ago
  • birefnet.py
    91.3 kB
    chore: Add original repo files over 1 year ago
  • config.json
    405 Bytes
    chore: Add original repo files over 1 year ago
  • model.safetensors
    885 MB
    xet
    chore: Add original repo files over 1 year ago