uermel commited on
Commit
6bf025b
·
1 Parent(s): c16b2ba

more polish for readme

Browse files
Files changed (1) hide show
  1. README.md +8 -15
README.md CHANGED
@@ -82,12 +82,12 @@ protocol) so models can be trained and compared under one roof.
82
  - **Repository:** https://huggingface.co/datasets/uermel/popsicle
83
  - **Paper:** POPSICLE (NeurIPS 2026 submission).
84
  - **Underlying datasets:**
85
- [DS-10440](https://cryoetdataportal.czscience.com/datasets/10440) (Phantom train),
86
- [DS-10445](https://cryoetdataportal.czscience.com/datasets/10445) (Phantom public test),
87
- [DS-10446](https://cryoetdataportal.czscience.com/datasets/10446) (Phantom private test),
88
- [CZCDP-10350](https://cryoetdataportal.czscience.com/depositions/10350) (Bacterial),
89
- [CZCDP-10351](https://cryoetdataportal.czscience.com/depositions/10351) (Yeast; underlying tomograms in DS-10000/DS-10001),
90
- [CZCDP-10332](https://cryoetdataportal.czscience.com/depositions/10332)/[CZCDP-10347](https://cryoetdataportal.czscience.com/depositions/10347) (MotorBench train/test).
91
  - **Data Portal:** https://cryoetdataportal.czscience.com (Ermel et al.,
92
  *Nature Methods* 21:2200–2202, 2024).
93
  - **Tooling:** [copick](https://github.com/copick/copick) reads each
@@ -171,7 +171,7 @@ splits and the F4 evaluation protocol below mirror that challenge.
171
  | `test` | DS-10446 | 364 | CZII Kaggle "private test" set |
172
 
173
  Picks are **restricted to the original ground-truth annotations**. Community-derived submissions hosted on the same
174
- CDP datasets including Kaggle challenge entries are intentionally
175
  excluded so the benchmark scores against the canonical reference labels.
176
 
177
  #### Loading with copick
@@ -416,11 +416,6 @@ benchmark. The test slice keeps all 843 *V. cholerae* runs (motor and
416
  no-motor) because negative samples are an explicit part of the held-out
417
  evaluation per Owens et al. 2025.
418
 
419
- Picks are scoped to deposition_id so the train and test slices stay
420
- disjoint even where the same host datasets appear in both depositions'
421
- neighborhoods — this is implemented via the
422
- `picks_portal_meta={"deposition_id": ...}` filter on each export pass.
423
-
424
  #### Loading with copick
425
 
426
  ```python
@@ -534,9 +529,7 @@ the underlying tomograms are re-acquired by this project.
534
  by the BYU Kaggle competition contributors (training corpus
535
  CZCDP-10332, expanded by the first-place team and MIC-DKFZ); the
536
  held-out test set (CZCDP-10347, V. cholerae) was authored by Owens
537
- et al. 2025. Picks are filtered by deposition_id so the train and
538
- test slices stay disjoint even though the train deposition reuses
539
- tomograms from many host datasets.
540
 
541
  #### Who are the annotators?
542
 
 
82
  - **Repository:** https://huggingface.co/datasets/uermel/popsicle
83
  - **Paper:** POPSICLE (NeurIPS 2026 submission).
84
  - **Underlying datasets:**
85
+ - [DS-10440](https://cryoetdataportal.czscience.com/datasets/10440) (Phantom train),
86
+ - [DS-10445](https://cryoetdataportal.czscience.com/datasets/10445) (Phantom public test),
87
+ - [DS-10446](https://cryoetdataportal.czscience.com/datasets/10446) (Phantom private test),
88
+ - [CZCDP-10350](https://cryoetdataportal.czscience.com/depositions/10350) (Bacterial),
89
+ - [CZCDP-10351](https://cryoetdataportal.czscience.com/depositions/10351) (Yeast; underlying tomograms in [DS-10000](https://cryoetdataportal.czscience.com/datasets/10000) / [DS-10001](https://cryoetdataportal.czscience.com/datasets/10001)),
90
+ - [CZCDP-10332](https://cryoetdataportal.czscience.com/depositions/10332)/[CZCDP-10347](https://cryoetdataportal.czscience.com/depositions/10347) (MotorBench train/test).
91
  - **Data Portal:** https://cryoetdataportal.czscience.com (Ermel et al.,
92
  *Nature Methods* 21:2200–2202, 2024).
93
  - **Tooling:** [copick](https://github.com/copick/copick) reads each
 
171
  | `test` | DS-10446 | 364 | CZII Kaggle "private test" set |
172
 
173
  Picks are **restricted to the original ground-truth annotations**. Community-derived submissions hosted on the same
174
+ CDP datasets, including Kaggle challenge entries, are intentionally
175
  excluded so the benchmark scores against the canonical reference labels.
176
 
177
  #### Loading with copick
 
416
  no-motor) because negative samples are an explicit part of the held-out
417
  evaluation per Owens et al. 2025.
418
 
 
 
 
 
 
419
  #### Loading with copick
420
 
421
  ```python
 
529
  by the BYU Kaggle competition contributors (training corpus
530
  CZCDP-10332, expanded by the first-place team and MIC-DKFZ); the
531
  held-out test set (CZCDP-10347, V. cholerae) was authored by Owens
532
+ et al. 2025.
 
 
533
 
534
  #### Who are the annotators?
535