Skip to content

Commit 4c738bf

Browse files
alxndrkalininclaude
andcommitted
docs(dynacell): reflect cubic metric unification in evaluation README
Drop torch_ssim.py reference (deleted); note that pixel metrics are now cubic-backed. The microssim timer tag in CLAUDE.md is left as-is — it is a runtime label baked into eval_timing.csv consumers, not a dep ref. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent 640e46a commit 4c738bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • applications/dynacell/src/dynacell/evaluation

applications/dynacell/src/dynacell/evaluation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ End-to-end evaluation pipeline for virtual staining predictions against fluoresc
1616
| `utils.py` | `DinoV3FeatureExtractor`, `DynaCLRFeatureExtractor`, `CellDinoFeatureExtractor`, plot helpers. |
1717
| `_configs/*.yaml` | Hydra schemas: `eval.yaml`, `precompute.yaml`, `eval_grouped.yaml`. |
1818

19-
Other files (`io.py`, `torch_ssim.py`, `formatting.py`, `spectral_pcc/`) house readers, GPU SSIM, and bead/PSF diagnostics.
19+
Other files (`io.py`, `formatting.py`, `spectral_pcc/`) house readers and bead/PSF diagnostics. Pixel metrics (PCC, SSIM, NRMSE, PSNR) are now backed by `cubic.metrics`.
2020

2121
## Inputs
2222

0 commit comments

Comments
 (0)