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
451 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 44 commits
MRiabov's picture
MRiabov
(debug) import yaml
b7ea8a4 verified 9 months ago
  • .windsurf
    README and cleanup 9 months ago
  • configs
    (test) test ResNet backbone 9 months ago
  • images
    Add images to README 9 months ago
  • outputs
    Metrics computation in infer.py 9 months ago
  • paper-tex
    (cleanup) removing timm from the codebase. 9 months ago
  • scripts
    Safetensors export and infer. 9 months ago
  • src
    Add ResNet-50 as a backbone option 9 months ago
  • tests
    (test) test ResNet backbone 9 months ago
  • .gitattributes
    262 Bytes
    Repo init (paper add) 9 months ago
  • .gitignore
    1.42 kB
    (minor) push paper files for easier LLM usage 9 months ago
  • README.md
    5.89 kB
    Update model card 9 months ago
  • ckpt_5000.pt

    Detected Pickle imports (4)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    308 MB
    xet
    Add final pt to git 9 months ago
  • infer.py
    23.2 kB
    (debug) import yaml 9 months ago
  • infer_only.safetensors
    103 MB
    xet
    Safetensors model export 9 months ago
  • pytest.ini
    26 Bytes
    Project skeleton generated 9 months ago
  • requirements.txt
    166 Bytes
    Safetensors export and infer. 9 months ago
  • train.py
    28 kB
    README and cleanup 9 months ago