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

  • Log In
  • Sign Up

OwlMaster
/
FixRM

Image Segmentation
Transformers
PyTorch
ONNX
Safetensors
SegformerForSemanticSegmentation
remove background
background
background-removal
Pytorch
vision
legal liability
custom_code
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use OwlMaster/FixRM with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="OwlMaster/FixRM", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForImageSegmentation
    model = AutoModelForImageSegmentation.from_pretrained("OwlMaster/FixRM", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
FixRM / onnx
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
OwlMaster's picture
OwlMaster
Upload folder using huggingface_hub (#1)
59cc31c verified almost 2 years ago
  • model.onnx
    176 MB
    xet
    Upload folder using huggingface_hub (#1) almost 2 years ago
  • model_fp16.onnx
    88.2 MB
    xet
    Upload folder using huggingface_hub (#1) almost 2 years ago
  • model_quantized.onnx
    44.4 MB
    xet
    Upload folder using huggingface_hub (#1) almost 2 years ago
  • quantize_config.json
    550 Bytes
    Upload folder using huggingface_hub (#1) almost 2 years ago