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

AndreCosta
/
resnet-unet-segmentation

Image Segmentation
Transformers
PyTorch
unet
resnet
computer-vision
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use AndreCosta/resnet-unet-segmentation with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="AndreCosta/resnet-unet-segmentation")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("AndreCosta/resnet-unet-segmentation", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
resnet-unet-segmentation / scripts /Dataset
11 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
AndreCosta's picture
AndreCosta
Initial clean commit with LFS configured
7b615ae 10 months ago
  • ConvertFormat.py
    977 Bytes
    Initial clean commit with LFS configured 10 months ago
  • Rename.py
    623 Bytes
    Initial clean commit with LFS configured 10 months ago
  • Resize.py
    793 Bytes
    Initial clean commit with LFS configured 10 months ago
  • TrainVal.py
    1.24 kB
    Initial clean commit with LFS configured 10 months ago
  • __init__.py
    0 Bytes
    Initial clean commit with LFS configured 10 months ago
  • dataAugmentation.py
    1.39 kB
    Initial clean commit with LFS configured 10 months ago
  • deleteDuplicates.py
    1.01 kB
    Initial clean commit with LFS configured 10 months ago
  • getDS_HuggingFace.py
    627 Bytes
    Initial clean commit with LFS configured 10 months ago
  • getImages.py
    405 Bytes
    Initial clean commit with LFS configured 10 months ago
  • grays.py
    665 Bytes
    Initial clean commit with LFS configured 10 months ago
  • mask_diagnosis.py
    240 Bytes
    Initial clean commit with LFS configured 10 months ago
  • masks.py
    1.54 kB
    Initial clean commit with LFS configured 10 months ago
  • validMasks.py
    1.46 kB
    Initial clean commit with LFS configured 10 months ago