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

  • Log In
  • Sign Up

MRiabov
/
WireSegHR

Image Segmentation
Transformers
English
wire
drone
computer_vision
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use MRiabov/WireSegHR with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="MRiabov/WireSegHR")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("MRiabov/WireSegHR", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
WireSegHR / src /wireseghr
22.6 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
MRiabov's picture
MRiabov
Add ResNet-50 as a backbone option
a2999cc 8 months ago
  • data
    Eval to infer.py 8 months ago
  • model
    Add ResNet-50 as a backbone option 8 months ago
  • __init__.py
    62 Bytes
    Project skeleton generated 8 months ago
  • metrics.py
    1.06 kB
    (format) format 8 months ago
  • utils.py
    51 Bytes
    Project skeleton generated 8 months ago