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 /model
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
MRiabov's picture
MRiabov
Add ResNet-50 as a backbone option
a2999cc 8 months ago
  • __init__.py
    419 Bytes
    Project skeleton generated 8 months ago
  • condition.py
    432 Bytes
    Project skeleton generated 8 months ago
  • decoder.py
    2.24 kB
    (format) format 8 months ago
  • encoder.py
    4.84 kB
    Add ResNet-50 as a backbone option 8 months ago
  • label_downsample.py
    861 Bytes
    (format) format 8 months ago
  • minmax.py
    1.16 kB
    (format) format 8 months ago
  • model.py
    1.72 kB
    (cleanup) removing timm from the codebase. 8 months ago