Datasets:
Commit ·
d0af9a6
0
Parent(s):
Squash history: zarr-only, current metadata
Browse filesCo-authored-by: Donglai Wei <Donglai Wei@users.noreply.huggingface.co>
Co-authored-by: donglaiw <donglaiw@users.noreply.huggingface.co>
This view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +13 -0
- CLAUDE.md +36 -0
- README.md +83 -0
- TODO.md +92 -0
- catalog.json +0 -0
- data/casser20/kasthuri++_test.zarr/.zattrs +0 -0
- data/casser20/kasthuri++_test.zarr/.zgroup +0 -0
- data/casser20/kasthuri++_test.zarr/.zmetadata +0 -0
- data/casser20/kasthuri++_test.zarr/img/.zarray +0 -0
- data/casser20/kasthuri++_test.zarr/img/0.0.0 +3 -0
- data/casser20/kasthuri++_test.zarr/img/0.0.1 +3 -0
- data/casser20/kasthuri++_test.zarr/img/0.1.0 +3 -0
- data/casser20/kasthuri++_test.zarr/img/0.1.1 +3 -0
- data/casser20/kasthuri++_test.zarr/img/1.0.0 +3 -0
- data/casser20/kasthuri++_test.zarr/img/1.0.1 +3 -0
- data/casser20/kasthuri++_test.zarr/img/1.1.0 +3 -0
- data/casser20/kasthuri++_test.zarr/img/1.1.1 +0 -0
- data/casser20/kasthuri++_test.zarr/mito/.zarray +0 -0
- data/casser20/kasthuri++_test.zarr/mito/0.0.0 +3 -0
- data/casser20/kasthuri++_test.zarr/mito/0.0.1 +0 -0
- data/casser20/kasthuri++_test.zarr/mito/0.1.0 +0 -0
- data/casser20/kasthuri++_test.zarr/mito/0.1.1 +0 -0
- data/casser20/kasthuri++_test.zarr/mito/1.0.0 +0 -0
- data/casser20/kasthuri++_test.zarr/mito/1.0.1 +0 -0
- data/casser20/kasthuri++_test.zarr/mito/1.1.0 +0 -0
- data/casser20/kasthuri++_test.zarr/mito/1.1.1 +0 -0
- data/casser20/kasthuri++_train.zarr/.zattrs +0 -0
- data/casser20/kasthuri++_train.zarr/.zgroup +0 -0
- data/casser20/kasthuri++_train.zarr/.zmetadata +0 -0
- data/casser20/kasthuri++_train.zarr/img/.zarray +0 -0
- data/casser20/kasthuri++_train.zarr/img/0.0.0 +3 -0
- data/casser20/kasthuri++_train.zarr/img/0.0.1 +3 -0
- data/casser20/kasthuri++_train.zarr/img/0.1.0 +3 -0
- data/casser20/kasthuri++_train.zarr/img/0.1.1 +3 -0
- data/casser20/kasthuri++_train.zarr/img/1.0.0 +3 -0
- data/casser20/kasthuri++_train.zarr/img/1.0.1 +3 -0
- data/casser20/kasthuri++_train.zarr/img/1.1.0 +3 -0
- data/casser20/kasthuri++_train.zarr/img/1.1.1 +3 -0
- data/casser20/kasthuri++_train.zarr/mito/.zarray +0 -0
- data/casser20/kasthuri++_train.zarr/mito/0.0.0 +0 -0
- data/casser20/kasthuri++_train.zarr/mito/0.0.1 +0 -0
- data/casser20/kasthuri++_train.zarr/mito/0.1.0 +0 -0
- data/casser20/kasthuri++_train.zarr/mito/0.1.1 +0 -0
- data/casser20/kasthuri++_train.zarr/mito/1.0.0 +0 -0
- data/casser20/kasthuri++_train.zarr/mito/1.0.1 +0 -0
- data/casser20/kasthuri++_train.zarr/mito/1.1.0 +0 -0
- data/casser20/kasthuri++_train.zarr/mito/1.1.1 +0 -0
- data/casser20/lucchi++.zarr/.zattrs +0 -0
- data/casser20/lucchi++.zarr/.zgroup +0 -0
- data/casser20/lucchi++.zarr/.zmetadata +0 -0
.gitattributes
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# MitoVerse data repo (HuggingFace pytc/MitoVerse)
|
| 2 |
+
# Zarr stores live under data/. Track the binary chunk files via LFS, but keep the small zarr
|
| 3 |
+
# metadata (.zarray/.zattrs/.zgroup/.zmetadata) and JSON as readable text.
|
| 4 |
+
data/** filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
data/**/.zarray -filter -diff -merge text
|
| 6 |
+
data/**/.zattrs -filter -diff -merge text
|
| 7 |
+
data/**/.zgroup -filter -diff -merge text
|
| 8 |
+
data/**/.zmetadata -filter -diff -merge text
|
| 9 |
+
|
| 10 |
+
# legacy single-file artifacts, if any are ever added
|
| 11 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
CLAUDE.md
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CLAUDE.md — MitoVerse **data** repo (HuggingFace `pytc/MitoVerse`)
|
| 2 |
+
|
| 3 |
+
This directory is the **data** half of MitoVerse: zarr volumes + benchmark splits + the dataset card.
|
| 4 |
+
It is a HuggingFace dataset repo. The **code** (ingestion, loader, PyTC adapter) lives separately at
|
| 5 |
+
`/projects/weilab/weidf/lib/pytorch_connectomics/lib/mitoverse` (GitHub `PytorchConnectomics/mitoverse`).
|
| 6 |
+
**Do not put Python/scripts here** — only data, splits, catalog, and docs.
|
| 7 |
+
|
| 8 |
+
## What's here
|
| 9 |
+
|
| 10 |
+
```
|
| 11 |
+
data/<dataset>/<vol>.zarr/ original-chunk volumes: img (uint8) + mito (instance) + .zattrs metadata
|
| 12 |
+
splits/*.json benchmark definitions (overlays; whole-volume now, regions later)
|
| 13 |
+
catalog.json generated index (shape, voxel, strata, instance count) — by ingest.py
|
| 14 |
+
README.md HuggingFace dataset card
|
| 15 |
+
plan.md benchmark design rationale (research)
|
| 16 |
+
```
|
| 17 |
+
|
| 18 |
+
## Rules
|
| 19 |
+
|
| 20 |
+
- **Minimal + original chunk.** One zarr per source volume. No tiling, no physical train/val/test
|
| 21 |
+
split, no stored semantic/boundary (consumers derive `mito>0` themselves).
|
| 22 |
+
- **Instance labels only** in `mito`; background = 0; `img` is uint8 ZYX.
|
| 23 |
+
- **Splits are overlays**, not data copies. Add a benchmark by writing `splits/<name>.json`
|
| 24 |
+
(see `splits/README.md`), never by duplicating volumes.
|
| 25 |
+
- **Add a volume** by running the code repo's ingester (writes here via `--out-root`):
|
| 26 |
+
`python <pytc>/lib/mitoverse/scripts/ingest.py --dataset <d> --volume <v> --im ... --mito ... --voxel x,y,z ...`
|
| 27 |
+
- Labels are reused from their source datasets as-is — never re-annotate.
|
| 28 |
+
|
| 29 |
+
## Publishing
|
| 30 |
+
|
| 31 |
+
HuggingFace remote: `https://huggingface.co/datasets/pytc/MitoVerse`. Zarr chunks are LFS-tracked
|
| 32 |
+
(`.gitattributes`); zarr metadata stays text. Push requires `huggingface-cli login` (human-run).
|
| 33 |
+
|
| 34 |
+
## Reference
|
| 35 |
+
|
| 36 |
+
- Code, format decision, architecture: https://github.com/PytorchConnectomics/mitoverse (`DESIGN.md`).
|
README.md
ADDED
|
@@ -0,0 +1,83 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-segmentation
|
| 5 |
+
tags:
|
| 6 |
+
- electron-microscopy
|
| 7 |
+
- connectomics
|
| 8 |
+
- mitochondria
|
| 9 |
+
- 3d-segmentation
|
| 10 |
+
- instance-segmentation
|
| 11 |
+
pretty_name: MitoVerse
|
| 12 |
+
size_categories:
|
| 13 |
+
- 10B<n<100B
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# MitoVerse
|
| 17 |
+
|
| 18 |
+
A generalist **3D-EM mitochondria segmentation** benchmark: many domains (modality, species, tissue,
|
| 19 |
+
resolution) in one consistent format, with **instance** labels.
|
| 20 |
+
|
| 21 |
+
**Code, loaders, ingestion, and PyTorchConnectomics usage:**
|
| 22 |
+
👉 https://github.com/PytorchConnectomics/mitoverse
|
| 23 |
+
|
| 24 |
+
Each volume is one zarr store `data/<dataset>/<volume>.zarr` with arrays `img` (uint8, ZYX) and
|
| 25 |
+
`mito` (instance, 0=background); per-volume metadata (voxel size, modality, species, tissue) lives in
|
| 26 |
+
its `.zattrs` and in `catalog.json`. Semantic masks are `mito > 0` — derive as needed.
|
| 27 |
+
|
| 28 |
+
## 3D EM Datasets with Mitochondria Annotation
|
| 29 |
+
|
| 30 |
+
`*` = instance labels we converted from binary segmentation. `†` = redistribution caveat.
|
| 31 |
+
Shape is the average `(x,y,z)` per volume, `×N` = number of volumes.
|
| 32 |
+
|
| 33 |
+
| Microscope | Dataset | Species | Region | Avg Shape (xyz) | Resolution (nm) | # Mitos |
|
| 34 |
+
|---|---|---|---|---|---|---|
|
| 35 |
+
| FIB-SEM | [OpenOrganelle](https://openorganelle.janelia.org/) (Xu'21), [CellMap](https://cellmapchallenge.janelia.org/) annot. | mixed | various cells/tissues | (213,204,203)×147 | 8×8×8 | 1580 |
|
| 36 |
+
| FIB-SEM | └ + MitoEM2.0 chunks (Liu et al. '26) | mixed | jurkat/macro/kidney/liver/cardiac | (1024,1024,256)×10 | 8×8×8 | 2910 |
|
| 37 |
+
| FIB-SEM | [Müller'21 (BetaSeg)](https://betaseg.github.io/)* | Mouse | Pancreas (β-cells) | (874,669,979)×7 | 16×16×16 | 1852 |
|
| 38 |
+
| FIB-SEM | [Mekuč'20 (UroCell)](https://github.com/MancaZerovnikMekuc/UroCell) | Mouse | Urinary bladder | (256,256,256)×5 | 16×16×15 | 287 |
|
| 39 |
+
| FIB-SEM | Kunduri'22 | Drosophila | Gonad (spermatocyte) | (1024,1024,341)×3 | 16×16×16 | 621 |
|
| 40 |
+
| FIB-SEM | [Conrad'23 (MitoNet)](https://volume-em.github.io/empanada.html) | mixed | fly brain / C. elegans / HeLa / muscle / salivary | (546,446,466)×5 | 12–24 (iso) | 635 |
|
| 41 |
+
| ssSEM | [Wei'20 (MitoEM)](https://mitoem.grand-challenge.org/) | Human | Temporal lobe (L2) | (4096,4096,500) | 8×8×30 | 10552 |
|
| 42 |
+
| ssSEM | [Wei'20 (MitoEM)](https://mitoem.grand-challenge.org/) | Rat | V1 (L2/3) | (4096,4096,500) | 8×8×30 | 5446 |
|
| 43 |
+
| ssSEM | [Casser'20 (Kasthuri++)](https://sites.google.com/view/connectomics/)* | Mouse | Somatosensory (L4/5) | (700,791,80)×2 | 12×12×30 | 265 |
|
| 44 |
+
| FIB-SEM | └ Lucchi++ ([Lucchi'13](https://www.epfl.ch/labs/cvlab/data/data-em/))* | Mouse | Hippocampus | (512,768,82) | 10×10×10 | 70 |
|
| 45 |
+
| ssSEM | [Xiao'18](https://www.frontiersin.org/articles/10.3389/fnana.2018.00092/full) | Mouse | Auditory cortex | (2156,2104,31) | 8×8×50 | 468 |
|
| 46 |
+
| ssSEM | Han'24 | Mouse | Cerebellum (mossy fiber) | (1357,1411,331)×5 | 8×8×30 | 1144 |
|
| 47 |
+
| ssTEM | [Turner'22 (MICrONS, Pinky)](https://www.sciencedirect.com/science/article/pii/S0092867422001349)† | Mouse | V1 (Pinky + MICrONS1) | (1203,1282,83)×16 | 8×8×40 | 1420 |
|
| 48 |
+
| SBF-SEM | [Jiang'25](https://www.sciencedirect.com/science/article/pii/S2667237525000256) | Mouse | Brainstem | (1000,1000,100)×3 | 15×15×40 | 2057 |
|
| 49 |
+
| SBF-SEM | [Guay'21](https://leapmanlab.github.io/dense-cell/)* | Human | Platelet | (667,736,65)×3 | 10×10×50 | 279 |
|
| 50 |
+
| SBF-SEM | [Haberl'18 (CDeep3M)](https://doi.org/10.1038/s41592-018-0106-z)* | Mouse | Cerebellum (brain) | (256,256,15)×2 | 10×10×24 | 247 |
|
| 51 |
+
|
| 52 |
+
**Total: 212 volumes, 29,833 mitochondria.** Volumes are organized by imaging source; benchmarks are
|
| 53 |
+
split overlays in [`splits/`](splits/): `cellmap.json` (CellMap challenge over OpenOrganelle crops) and
|
| 54 |
+
`mitoem2.0.json` (MitoEM2.0 generalization suite). The OpenOrganelle `*_test0/_test1` volumes are
|
| 55 |
+
lab-annotated and belong to `mitoem2.0`.
|
| 56 |
+
|
| 57 |
+
## MitoEM2.0 benchmark
|
| 58 |
+
|
| 59 |
+
MitoEM2.0 (Liu et al., 2026) is a multi-domain generalization benchmark of 8 sub-datasets. Official
|
| 60 |
+
nnU-Net release: **[Zenodo 10.5281/zenodo.20417683](https://zenodo.org/records/20417683)**. Within
|
| 61 |
+
MitoVerse it is **not duplicated** — it is the split overlay [`splits/mitoem2.0.json`](splits/mitoem2.0.json)
|
| 62 |
+
over the source volumes below (muller21, openorganelle, han24, wei20, jiang25, kunduri22). EFI/DCI are
|
| 63 |
+
per-dataset difficulty metrics from the MitoEM2.0 paper; `†` redistribution caveat, `*` converted to instances.
|
| 64 |
+
|
| 65 |
+
| Name | Organism | Tissue | Cell type | Modality | Avg Shape (xyz) | Voxels | Split (tr/val/te) | # Mito | EFI/DCI | Source |
|
| 66 |
+
|---|---|---|---|---|---|---|---|---|---|---|
|
| 67 |
+
| ME2-Beta | Mouse | Pancreas | β-cell | FIB-SEM | (874,669,979) | 3961M | 3/1/3 | 1935 | 0.02/2.68 | Müller'21 † |
|
| 68 |
+
| ME2-Jurkat | Human | Cell line | Jurkat | FIB-SEM | (1024,1024,256) | 805M | 1/1/1 | 372 | 0.00/1.62 | Xu'21 * |
|
| 69 |
+
| ME2-Macro | Human | Cell line | Macrophages | FIB-SEM | (1024,1024,256) | 805M | 1/1/1 | 497 | 0.01/1.38 | Xu'21 * |
|
| 70 |
+
| ME2-Mossy | Mouse | Cerebellum | Mossy Fiber | ssSEM | (1024,1024,500) | 3333M | 3/1/3 | 1099 | 0.10/4.13 | Han'24 |
|
| 71 |
+
| ME2-Pyra | Human | Cerebrum | Pyramidal | ssSEM | (4096,4096,500) | 8388M | 3/1/11 | 45 | 0.96/0.53 | Wei'20 |
|
| 72 |
+
| ME2-Podo | Mouse | Kidney | Podocyte | FIB-SEM | (1024,1024,256) | 805M | 1/1/1 | 1333 | 0.00/2.43 | CellMap'24 † |
|
| 73 |
+
| ME2-Sperm | Drosophila | Gonad | Spermatocyte | FIB-SEM | (1024,1024,341) | 1073M | 3/1/4 | 775 | 0.01/0.96 | Kunduri'22 † |
|
| 74 |
+
| ME2-Stem | Mouse | Brainstem | Mix | SBF-SEM | (1024,1024,100) | 300M | 1/1/1 | 2058 | 0.09/0.80 | Jiang'25 |
|
| 75 |
+
|
| 76 |
+
## License
|
| 77 |
+
|
| 78 |
+
Per-volume; see each volume's `source` in `catalog.json`. Some sources (MICrONS †, CellMap) carry
|
| 79 |
+
attribution or redistribution caveats — check before reuse.
|
| 80 |
+
|
| 81 |
+
## Acknowledgement
|
| 82 |
+
|
| 83 |
+
- [Aswath et al. 2023. Segmentation in large-scale cellular electron microscopy with deep learning: A literature survey](https://arxiv.org/abs/2206.07171)
|
TODO.md
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# MitoVerse — Open Questions / TODO
|
| 2 |
+
|
| 3 |
+
Unsolved items as of the current build (212 volumes, 13 datasets). Grouped by theme.
|
| 4 |
+
|
| 5 |
+
## Data integrity
|
| 6 |
+
|
| 7 |
+
- **kunduri22 gt not connected.** `train01`/`train02` are separate stores; an instance crossing that
|
| 8 |
+
z-cut gets a different id in each. Ingested count is 621 (218+172+231) vs the paper's **775** — likely
|
| 9 |
+
this split + double/under-count. Connect the gt across train01/train02 (and decide whether to then
|
| 10 |
+
merge into one 512z volume).
|
| 11 |
+
- **ME2-Pyra # Mito = 45?** The MitoEM2.0 table lists ME2-Pyra at 45 mitochondria, but `wei20/mitoEM-H`
|
| 12 |
+
has 10,552. Confirm the ME2-Pyra figure (is it per held-out crop, or an error?).
|
| 13 |
+
- **wei20 test withheld.** Only train+val (500z) ingested for MitoEM-H/R, to keep the grand-challenge
|
| 14 |
+
test hidden. Confirm this stays the policy for any public release.
|
| 15 |
+
|
| 16 |
+
## Missing metadata
|
| 17 |
+
|
| 18 |
+
- **turner22 voxel** = 8×8×40 (MICrONS default) — verify the Pinky-specific resolution; the 5
|
| 19 |
+
`microns1_vol*` crops may differ.
|
| 20 |
+
- ~~conrad23 voxel/species~~ — DONE (filled per-volume from the MitoNet paper; FIB-SEM isotropic 12–24 nm).
|
| 21 |
+
- **Per-volume license / redistribution rights** — especially unpublished OpenOrganelle crops, MICrONS
|
| 22 |
+
(†), and internal kunduri22. Clear before any HuggingFace push.
|
| 23 |
+
|
| 24 |
+
## Not-yet-ingested data
|
| 25 |
+
|
| 26 |
+
- **MICrONS1 full volume** (`mito/lichtman/microns1_*`): 16 tiles of (750,1024,1024). Decide: stitch the
|
| 27 |
+
4×4 grid into one volume and add to `turner22`, or skip. (Only the 5 small `microns1_vol*` crops are in.)
|
| 28 |
+
- **Peng's other 3D sets**: `cerebellum` (4 quadrant vols, instance), `wilson19`, `zhu22` — voxel/metadata
|
| 29 |
+
TBD. `Boston3Mouse` is image-only (no labels) → skip unless labels appear.
|
| 30 |
+
- **OME-Zarr refined labels**: only ME2-Sperm was taken from `MitoEM2.0_OMEZarr`. The other 7 ME2 OME-Zarr
|
| 31 |
+
sub-datasets may carry refined labels vs the MitoLE-sourced volumes — decide whether to re-ingest from
|
| 32 |
+
the OME-Zarr (needs the zarr-v3 path).
|
| 33 |
+
|
| 34 |
+
## Candidate external datasets to acquire (mito · 3D)
|
| 35 |
+
|
| 36 |
+
Sourced from the torch-em EM dataset tracker (full sheet cached at
|
| 37 |
+
`<pytc>/lib/mitoverse/tmp/em_datasets.csv`). Filtered to mitochondria + volumetric + usable labels.
|
| 38 |
+
|
| 39 |
+
### Ready — instance mito, 3D, not yet in MitoVerse
|
| 40 |
+
- **VNC** (Gerhard'13) — ssTEM, Drosophila larval ventral nerve cord; instance mito. Small, easy add.
|
| 41 |
+
Loader: https://github.com/constantinpape/torch-em/blob/main/torch_em/data/datasets/electron_microscopy/vnc.py
|
| 42 |
+
(NB: different from our COSEM `jrc_fly-vnc-1`.)
|
| 43 |
+
- **MBLiver** (Nat Commun 2024) — FIB-SEM, mouse liver; instance mito. ~2.1 TB native → take a 16 nm
|
| 44 |
+
ROI / downsample. https://doi.org/10.6019/EMPIAR-12017 · paper https://www.nature.com/articles/s41467-024-48272-7
|
| 45 |
+
- **MICrONS minnie (cortical mm³)** — ssTEM, mouse cortex; instance mito (+ neurites). Complements our
|
| 46 |
+
Pinky (`turner22`). https://www.microns-explorer.org/cortical-mm3#voxel-segmentation · https://zenodo.org/records/5760218
|
| 47 |
+
- **MitoNet_OpenOrganelle_Mouse_Kidney** — auto MitoNet instance mito, **not proofread** → low priority.
|
| 48 |
+
https://figshare.com/articles/dataset/MitoNet_automatic_instance_segmentation_of_mitochondria_in_the_OpenOrganelle_Mouse_Kidney_dataset/20749729/2
|
| 49 |
+
|
| 50 |
+
### Needs binary→instance conversion (semantic mito source)
|
| 51 |
+
- **ASEM** — FIB-SEM whole-cell; semantic mito + golgi/ER/nucleus → cc3d to instances.
|
| 52 |
+
https://doi.org/10.1083/jcb.202208005 · loader https://github.com/constantinpape/torch-em/blob/main/torch_em/data/datasets/electron_microscopy/asem.py
|
| 53 |
+
- **DeepContact** — semantic mito/ER/lipid (figshare server was flaky).
|
| 54 |
+
https://figshare.com/articles/dataset/DeepContact_Training_Data/19898404/1
|
| 55 |
+
- **Human Organoids** — FIB-SEM, semantic organelles incl. mito; EMPIAR-11380.
|
| 56 |
+
https://www.ebi.ac.uk/empiar/EMPIAR-11380/
|
| 57 |
+
- **ProbTEM** — semantic mito but **2D TEM** → skip for the 3D benchmark.
|
| 58 |
+
https://yoonlab.unist.ac.kr/index.php/research/mitochondria-tem-dataset/
|
| 59 |
+
|
| 60 |
+
### Extend what we already have
|
| 61 |
+
- **CellMap** — more annotated `jrc_*` crops (being extended upstream).
|
| 62 |
+
https://doi.org/10.25378/janelia.c.7456966 · loader https://github.com/constantinpape/torch-em/blob/main/torch_em/data/datasets/electron_microscopy/cellmap.py
|
| 63 |
+
- **OpenOrganelle** — additional `jrc_*` volumes with mito (e.g. mb-liver, more `mus-liver-zon`/`kidney`).
|
| 64 |
+
https://openorganelle.janelia.org/datasets
|
| 65 |
+
|
| 66 |
+
### Already in MitoVerse (no download)
|
| 67 |
+
Kasthuri & Lucchi (`casser20`) · MitoEM (`wei20`) · UroCell (`mekuc20`) · BetaSeg (`muller21`) ·
|
| 68 |
+
DenseCell/Guay (`guay21`) · Haberl (`haberl18`) · Xiao'18 · Jiang'25 · CEM/MitoNet-3D-benchmark
|
| 69 |
+
(`conrad23`) · OpenOrganelle/CellMap subset (`openorganelle`) · Pinky/MICrONS (`turner22`).
|
| 70 |
+
|
| 71 |
+
## Benchmark splits
|
| 72 |
+
|
| 73 |
+
- **cellmap.json**: all 147 crops currently marked `train`. Apply the official CellMap challenge
|
| 74 |
+
train/val/test split.
|
| 75 |
+
- **mitoem.json**: not written yet — classic MitoEM (wei20) split (region-based).
|
| 76 |
+
- **Within-volume regions (PyTC feature).** ME2-Pyra (wei20 crops) and classic MitoEM splits need PyTC to
|
| 77 |
+
support coordinate regions as train/val/test within one volume. Until then they reference whole volumes.
|
| 78 |
+
- **Self-annotated OpenOrganelle volumes not in any split** (e.g. some cardiac/mus-liver `test` crops) have
|
| 79 |
+
ambiguous annotation provenance — decide where they belong.
|
| 80 |
+
|
| 81 |
+
## Tooling / publishing
|
| 82 |
+
|
| 83 |
+
- **zarr v3 env.** OME-Zarr ingestion currently uses a throwaway pip venv. Stand up a persistent conda env
|
| 84 |
+
(`conda create -n zarrv3 -c conda-forge "zarr>=3" ...`) for repeatable v3 reads.
|
| 85 |
+
- **HuggingFace push (pending, human auth):** (a) MitoVerse data + splits + card; (b) deprecation banners
|
| 86 |
+
on `pytc/MitoEM` and `pytc/MitoEM2.0` (committed locally at `weidf/lib/hf_legacy_cards/`). Also fix the
|
| 87 |
+
malformed YAML frontmatter on the `pytc/MitoEM` card (line 1 sits above the opening `---`).
|
| 88 |
+
|
| 89 |
+
## Definitions
|
| 90 |
+
|
| 91 |
+
- **EFI / DCI** difficulty metrics in the MitoEM2.0 table are quoted but not defined here — add their
|
| 92 |
+
definitions (or a paper reference) so the numbers are interpretable.
|
catalog.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/casser20/kasthuri++_test.zarr/.zattrs
ADDED
|
Binary file (128 Bytes). View file
|
|
|
data/casser20/kasthuri++_test.zarr/.zgroup
ADDED
|
Binary file (24 Bytes). View file
|
|
|
data/casser20/kasthuri++_test.zarr/.zmetadata
ADDED
|
Binary file (129 Bytes). View file
|
|
|
data/casser20/kasthuri++_test.zarr/img/.zarray
ADDED
|
Binary file (364 Bytes). View file
|
|
|
data/casser20/kasthuri++_test.zarr/img/0.0.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2150cff579ea6ffed40c737556a4dd3f988073b4365e63c4b2a9f6bee9137b0c
|
| 3 |
+
size 10948177
|
data/casser20/kasthuri++_test.zarr/img/0.0.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ee4963e52213fd8b3fe2ac4d67b75dc713798c2d8505f5ec82f574122752241
|
| 3 |
+
size 1631291
|
data/casser20/kasthuri++_test.zarr/img/0.1.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cacaf75681992a92bac59a40d055f36ad04450936a1fcedad2cafd56a76dc495
|
| 3 |
+
size 3753224
|
data/casser20/kasthuri++_test.zarr/img/0.1.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8a8b2920e1779a6ea94be881db47b6f12506b7dee7928d939122e644b529ae9
|
| 3 |
+
size 451610
|
data/casser20/kasthuri++_test.zarr/img/1.0.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f8dac066929c2bf16cdcdc6cd5db62e760a74b4602da6bfa22f2f33169e74de
|
| 3 |
+
size 2152576
|
data/casser20/kasthuri++_test.zarr/img/1.0.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03d15bbd8bc67f7932fe223e4ff8b394d205d210f5fdbed5af18ef16021ec90e
|
| 3 |
+
size 369108
|
data/casser20/kasthuri++_test.zarr/img/1.1.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d96f44dd06198c1042dd9b6d8fd8a509f61b926e7efcb57125699689ef8741f
|
| 3 |
+
size 961711
|
data/casser20/kasthuri++_test.zarr/img/1.1.1
ADDED
|
Binary file (76.2 kB). View file
|
|
|
data/casser20/kasthuri++_test.zarr/mito/.zarray
ADDED
|
Binary file (364 Bytes). View file
|
|
|
data/casser20/kasthuri++_test.zarr/mito/0.0.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a77438e4372efc342df6cb6b93e121b1f5c6623fcd27aa04d6440355d9547ac
|
| 3 |
+
size 102039
|
data/casser20/kasthuri++_test.zarr/mito/0.0.1
ADDED
|
Binary file (19.8 kB). View file
|
|
|
data/casser20/kasthuri++_test.zarr/mito/0.1.0
ADDED
|
Binary file (33.6 kB). View file
|
|
|
data/casser20/kasthuri++_test.zarr/mito/0.1.1
ADDED
|
Binary file (10.9 kB). View file
|
|
|
data/casser20/kasthuri++_test.zarr/mito/1.0.0
ADDED
|
Binary file (15.9 kB). View file
|
|
|
data/casser20/kasthuri++_test.zarr/mito/1.0.1
ADDED
|
Binary file (4.83 kB). View file
|
|
|
data/casser20/kasthuri++_test.zarr/mito/1.1.0
ADDED
|
Binary file (7.77 kB). View file
|
|
|
data/casser20/kasthuri++_test.zarr/mito/1.1.1
ADDED
|
Binary file (2.16 kB). View file
|
|
|
data/casser20/kasthuri++_train.zarr/.zattrs
ADDED
|
Binary file (128 Bytes). View file
|
|
|
data/casser20/kasthuri++_train.zarr/.zgroup
ADDED
|
Binary file (24 Bytes). View file
|
|
|
data/casser20/kasthuri++_train.zarr/.zmetadata
ADDED
|
Binary file (129 Bytes). View file
|
|
|
data/casser20/kasthuri++_train.zarr/img/.zarray
ADDED
|
Binary file (364 Bytes). View file
|
|
|
data/casser20/kasthuri++_train.zarr/img/0.0.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:afea8f31aabd9ba2e854eb55dfa799876ef88eb5917796b2d13d17fd51d33f29
|
| 3 |
+
size 9695754
|
data/casser20/kasthuri++_train.zarr/img/0.0.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e503c672ea2577760ced27bf7d100273b633796338b25cce91f476937154f9be
|
| 3 |
+
size 3789825
|
data/casser20/kasthuri++_train.zarr/img/0.1.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c008235f014b7a01d9b0a6330020b280de4d9a6c4446140d5d7ebacb1740436
|
| 3 |
+
size 2340760
|
data/casser20/kasthuri++_train.zarr/img/0.1.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d8d604976e0aea611786163bfc30ad18140126e170c4ba03677bdc7c0fecfcd
|
| 3 |
+
size 2287907
|
data/casser20/kasthuri++_train.zarr/img/1.0.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a49f844138968ab603e106235285dc03366bc98b9735918a0ecdd247f07698ff
|
| 3 |
+
size 3666479
|
data/casser20/kasthuri++_train.zarr/img/1.0.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:193c232e0b6346f6233a781c3b5b32961d4e15d0819dd78b6d55de50989fc15f
|
| 3 |
+
size 1524673
|
data/casser20/kasthuri++_train.zarr/img/1.1.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:deb08a0a0df7991205ee85ce6f10a9600e3daaad32a8f95845100680d1783285
|
| 3 |
+
size 1407672
|
data/casser20/kasthuri++_train.zarr/img/1.1.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16990dcc0089b806f77c4bfddb21f48872b884bc0c2c48fca33a1f122b6e3b9f
|
| 3 |
+
size 1067074
|
data/casser20/kasthuri++_train.zarr/mito/.zarray
ADDED
|
Binary file (364 Bytes). View file
|
|
|
data/casser20/kasthuri++_train.zarr/mito/0.0.0
ADDED
|
Binary file (83.3 kB). View file
|
|
|
data/casser20/kasthuri++_train.zarr/mito/0.0.1
ADDED
|
Binary file (43.5 kB). View file
|
|
|
data/casser20/kasthuri++_train.zarr/mito/0.1.0
ADDED
|
Binary file (18 kB). View file
|
|
|
data/casser20/kasthuri++_train.zarr/mito/0.1.1
ADDED
|
Binary file (30.7 kB). View file
|
|
|
data/casser20/kasthuri++_train.zarr/mito/1.0.0
ADDED
|
Binary file (27.4 kB). View file
|
|
|
data/casser20/kasthuri++_train.zarr/mito/1.0.1
ADDED
|
Binary file (19.3 kB). View file
|
|
|
data/casser20/kasthuri++_train.zarr/mito/1.1.0
ADDED
|
Binary file (16.1 kB). View file
|
|
|
data/casser20/kasthuri++_train.zarr/mito/1.1.1
ADDED
|
Binary file (12.9 kB). View file
|
|
|
data/casser20/lucchi++.zarr/.zattrs
ADDED
|
Binary file (128 Bytes). View file
|
|
|
data/casser20/lucchi++.zarr/.zgroup
ADDED
|
Binary file (24 Bytes). View file
|
|
|
data/casser20/lucchi++.zarr/.zmetadata
ADDED
|
Binary file (129 Bytes). View file
|
|
|