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 / scripts
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
MRiabov's picture
MRiabov
Safetensors export and infer.
dae69c0 8 months ago
  • drive-viewer-key-readme.md
    947 Bytes
    README and cleanup 8 months ago
  • pull_and_preprocess_wireseghr_dataset.py
    10.3 kB
    (minor refactor) os.path to pathlib and tdqm to infer.py 8 months ago
  • pull_ttpla.sh
    678 Bytes
    (devops) automatic pull and preprocess of datasets 8 months ago
  • setup_script.sh
    5.57 kB
    Eval to infer.py 8 months ago
  • strip_checkpoint.py
    2.12 kB
    Safetensors export and infer. 8 months ago
  • ttpla_to_masks.py
    384 Bytes
    (devops) automatic pull and preprocess of datasets 8 months ago