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

lhallee
/
unet

Image Segmentation
Transformers
Safetensors
PyTorch
segmentation
multilabel
unet
medical-imaging
Model card Files Files and versions
xet
Community

Instructions to use lhallee/unet with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lhallee/unet with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="lhallee/unet")
    # Load model directly
    from transformers import UNetForSegmentation
    model = UNetForSegmentation.from_pretrained("lhallee/unet", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
unet
556 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
lhallee's picture
lhallee
Upload folder using huggingface_hub
270d776 verified 4 months ago
  • .gitattributes
    1.8 kB
    Upload folder using huggingface_hub 4 months ago
  • README.md
    2.23 kB
    Upload folder using huggingface_hub 4 months ago
  • best_validation_reconstruction.png
    2.27 MB
    xet
    Upload folder using huggingface_hub 4 months ago
  • config.json
    223 Bytes
    Upload folder using huggingface_hub 4 months ago
  • dice_curves.png
    266 kB
    xet
    Upload folder using huggingface_hub 4 months ago
  • iou_curves.png
    270 kB
    xet
    Upload folder using huggingface_hub 4 months ago
  • mcc_curves.png
    239 kB
    xet
    Upload folder using huggingface_hub 4 months ago
  • model.safetensors
    552 MB
    xet
    Upload folder using huggingface_hub 4 months ago
  • training_loss.png
    117 kB
    xet
    Upload folder using huggingface_hub 4 months ago