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

Lewislou
/
cellseg_sribd

Image Segmentation
Transformers
PyTorch
English
cell_sribd
cell segmentation
stardist
hover-net
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use Lewislou/cellseg_sribd with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="Lewislou/cellseg_sribd")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Lewislou/cellseg_sribd", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
cellseg_sribd / models
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Lewislou's picture
Lewislou
Upload 4 files
f065752 about 3 years ago
  • __init__.py
    171 Bytes
    Upload 4 files about 3 years ago
  • convnext.py
    10.1 kB
    Upload 4 files about 3 years ago
  • flexible_unet.py
    12.1 kB
    Upload 4 files about 3 years ago
  • flexible_unet_convnext.py
    17.6 kB
    Upload 4 files about 3 years ago