Group 6 - Cell Segmentation and Evaluation Project


GitHub Repo

Project Overview

Segmentation Results

Method Dataset Track Mean IoU Notes
Classical SVM Fluo-N2DH-GOWT1 01 0.73 RBF kernel, window = 5
CNN Baseline Fluo-N2DH-GOWT1 02 0.81 Lightweight U-Net

Demo Videos / GIFs

MP4/GIF assets should be committed under docs/assets/. The example below assumes a file at docs/assets/segmentation_demo.mp4.

Reproduction Checklist

  1. conda env create -f environment.yml
  2. conda activate cse488-cell-tracking
  3. python scripts/setup_data.py Fluo-N2DH-GOWT1
  4. python scripts/train_classical.py Fluo-N2DH-GOWT1 --model svm
  5. python scripts/eval_classical.py Fluo-N2DH-GOWT1 --model svm
  6. Additional steps for other classical models and experiments.

Lessons Learned

Summarize key findings, segmentation challenges, and what you would try next (e.g., improved features, different classical models, or deep architectures such as U-Net).