| # MorphPT training split (human subset of CellImageNet) | |
| Label spaces and the split specification for the released MorphPT model. | |
| - `coarse_to_id.json` β 6 broad morphology-informed groups β id (router classes) | |
| - `fine_to_coarse.json` β 21 fine cell types β broad group | |
| - `fine_class_to_idx.json` β fine cell type β id | |
| - `expert_groups.json` β which groups have experts vs. are passthrough | |
| - `split_manifest_seed1337.json` β split parameters (seed, per-class subsample | |
| targets, per-slide caps, class lists) used to build the train/val/test split | |
| from CellImageNet. Reproduce the cell-level split by running the data-prep | |
| pipeline against CellImageNet with these parameters (seed 1337). | |