🧬 Cell Segmentation & Classification (BBBC038)

This model performs:

  • πŸ”Ή Cell segmentation using DeepLabV3+
  • πŸ”Ή Cell classification (small vs large cells)

πŸ“Š Results

  • Dice Score: 0.85
  • IoU Score: 0.74
  • Classification Accuracy: 91%

🧠 Model

  • Backbone: ResNet34
  • Architecture: DeepLabV3+

πŸš€ Usage

import torch
import segmentation_models_pytorch as smp

model = smp.DeepLabV3Plus(
    encoder_name="resnet34",
    encoder_weights=None,
    classes=1
)

model.load_state_dict(torch.load("deeplabv3plus.pth"))
model.eval()
πŸ“ Dataset
BBBC038 (Broad Bioimage Benchmark Collection)
πŸ‘¨β€πŸ’» Author

Zia Ul Rehman Zafar
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support