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
/
cell-seg-sribd

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

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

  • Libraries
  • Transformers

    How to use Lewislou/cell-seg-sribd with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="Lewislou/cell-seg-sribd")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Lewislou/cell-seg-sribd", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
cell-seg-sribd
4.59 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
Lewislou's picture
Lewislou
Upload 5 files
72283e3 about 3 years ago
  • classification
    Upload 24 files about 3 years ago
  • models
    Upload 5 files about 3 years ago
  • .gitattributes
    1.56 kB
    Upload 5 files about 3 years ago
  • README.md
    3.32 kB
    Update README.md about 3 years ago
  • cellseg_time_eval.py
    4.24 kB
    Upload 24 files about 3 years ago
  • compute_metric.py
    6.52 kB
    Upload 24 files about 3 years ago
  • finetune_convnext_stardist.py
    15.8 kB
    Upload 24 files about 3 years ago
  • model.pt

    Detected Pickle imports (4)

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

    What is a pickle import?

    2.29 GB
    xet
    Upload model.pt about 3 years ago
  • overlay.py
    3.88 kB
    Upload 24 files about 3 years ago
  • predict.py
    7.58 kB
    Upload 24 files about 3 years ago
  • predict_unet_convnext.py
    5.04 kB
    Upload 24 files about 3 years ago
  • requirements.txt
    607 Bytes
    Upload 24 files about 3 years ago
  • train_convnext_hover..py
    20.3 kB
    Upload 24 files about 3 years ago
  • train_convnext_stardist.py
    17.4 kB
    Upload 24 files about 3 years ago
  • utils.py
    34.8 kB
    Upload 24 files about 3 years ago
  • utils_modify.py
    19.9 kB
    Upload 24 files about 3 years ago