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 /data
9.73 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
MRiabov's picture
MRiabov
Eval to infer.py
500cad9 8 months ago
  • __init__.py
    143 Bytes
    Project skeleton generated 8 months ago
  • dataset.py
    3.56 kB
    (devops) automatic pull and preprocess of datasets 8 months ago
  • sampler.py
    1.28 kB
    Running training 8 months ago
  • transforms.py
    277 Bytes
    (format) format 8 months ago
  • ttpla_to_masks.py
    4.47 kB
    Eval to infer.py 8 months ago