| 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 |
MP4/GIF assets should be committed under docs/assets/. The example below
assumes a file at docs/assets/segmentation_demo.mp4.
conda env create -f environment.ymlconda activate cse488-cell-trackingpython scripts/setup_data.py Fluo-N2DH-GOWT1python scripts/train_classical.py Fluo-N2DH-GOWT1 --model svmpython scripts/eval_classical.py Fluo-N2DH-GOWT1 --model svmSummarize key findings, segmentation challenges, and what you would try next (e.g., improved features, different classical models, or deep architectures such as U-Net).