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 / tests
910 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
MRiabov's picture
MRiabov
(test) test ResNet backbone
6e8ad0e 8 months ago
  • 1_00186_from_ttpla_dataset.json
    905 kB
    (untested test) fixing some test errors 8 months ago
  • test_dataset.py
    836 Bytes
    (test) test dataset 8 months ago
  • test_model_forward.py
    1.39 kB
    (test) test ResNet backbone 8 months ago
  • test_skeleton_imports.py
    187 Bytes
    Project skeleton generated 8 months ago
  • test_ttpla_to_masks.py
    2.07 kB
    (untested test) fixing some test errors 8 months ago