File size: 712 Bytes
5488ed1
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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).