Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

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