Skip to content

Latest commit

Β 

History

History
47 lines (30 loc) Β· 1.9 KB

File metadata and controls

47 lines (30 loc) Β· 1.9 KB

πŸ”¬ Cellpose vs CellSAM: Microscopy Segmentation Benchmark

This repository contains the initial setup and code for benchmarking Cellpose and CellSAM on microscopy image datasets.

The aim is to evaluate how well each model performs for cell segmentation tasks using ground truth annotations, focusing on real-world datasets like LIVECell and S-BIAD634.

πŸ“ Project Structure

  • images/ – Raw microscopy images
  • masks/ – Ground truth segmentation masks
  • cellpose_results/ – Outputs from Cellpose
  • cellsam_results/ – Outputs from CellSAM
  • notebooks/ – Jupyter/Colab notebooks for inference and comparison
  • utils/ – Helper functions for visualisation and evaluation

πŸ› οΈ Tools & Libraries

  • Python, OpenCV, NumPy, Matplotlib
  • Cellpose (pip install cellpose)
  • Segment Anything / CellSAM
  • Google Colab (recommended for GPU-based runs)

πŸš€ Current Focus

  • Currently in intial phase for data exploration and baseline model testing

🧠 Key References


πŸ“Œ This project is part of my MSc dissertation work at Queen’s University Belfast.