VictorButoi commited on
Commit
195e742
·
verified ·
1 Parent(s): 730867e

Dataset card: describe FluXray inline

Browse files
Files changed (1) hide show
  1. README.md +8 -18
README.md CHANGED
@@ -15,27 +15,17 @@ This repository holds every real X-ray source whose license permits redistributi
15
  repackaged in FleXray's common label protocol in the `fxr-dataset` package format.
16
  Two companion releases complete the data described in the paper:
17
 
18
- - **FluXray** (synthetic, CC BY-NC 4.0): `VictorButoi/fluxray`
 
 
 
 
 
 
 
19
  - **MURA forearm/humerus annotations** (masks only, CC BY 4.0): bundled with the
20
  FleXray GitHub repository and mirrored here under `mura_forearm_humerus_annotations/`
21
 
22
- ### What is in `VictorButoi/fluxray`
23
-
24
- 138,063 generatively edited digitally reconstructed radiographs rendered from the 1,597
25
- MOOSE / ENHANCE-PET CTs (90 camera poses each, ~4% removed by quality control), with
26
- exact overlapping masks for all 63 protocol structures. Unlike the folders here it is
27
- not a `fxr-dataset` package but the training database itself, laid out as
28
- `FluXray/thunder_dbs/7.1/` so that `flexray` reads it directly
29
- (`export GENERATED_DATAPATH=<download>`; config `FluXray: {version: "7.1"}`):
30
-
31
- | File | Contents |
32
- |---|---|
33
- | `data.mdb` (18.8 GB) | LMDB with one entry per sample: `img` (float16 256 x 256 in [0, 1]) and `seg` (uint8 63 x 256 x 256 binary channel masks, channels may overlap), plus `_samples`, `_splits`, `_metadata` and `_attrs` index entries. |
34
- | `samples.csv` | One row per sample: MOOSE subject, split, pose id, camera position and rotation, number of visible structures, source site and per-sample license. |
35
- | `protocol.yml` | The 63 label names in channel order and the mask-binarization thresholds. |
36
- | `filter_kept.csv`, `filter_dropped.csv`, `filter_thresholds.csv` | Quality-control scores (soft Dice of a reference segmenter on the edited vs. unedited render) and the per-pose thresholds that kept 138,064 of 143,730 renders. |
37
- | `README.md`, `LICENSE` | Card and license: CC BY-NC 4.0 overall; 50,282 samples from CC BY 4.0 CTs (Leipzig, Careggi) and 87,781 from CC BY-NC 4.0 CTs (AutoPET), recorded per sample. |
38
-
39
  ## Redistributed datasets (CC BY 4.0)
40
 
41
  | Dataset | Role in paper | Samples (train/val/test) | Labels | Source |
 
15
  repackaged in FleXray's common label protocol in the `fxr-dataset` package format.
16
  Two companion releases complete the data described in the paper:
17
 
18
+ - **FluXray** (synthetic, CC BY-NC 4.0): `VictorButoi/fluxray` — 138,063 generatively
19
+ edited digitally reconstructed radiographs rendered from the 1,597 MOOSE CTs at 90 poses
20
+ each, quality-filtered, with exact overlapping masks for all 63 protocol structures.
21
+ Shipped as the training database itself (`FluXray/thunder_dbs/7.1/data.mdb`, an LMDB
22
+ of float16 256 x 256 images and 63-channel binary masks that `flexray` reads directly)
23
+ together with `samples.csv` (pose, split, MOOSE subject and per-sample license for
24
+ every image), `protocol.yml` (label order and mask thresholds), and the
25
+ `filter_*.csv` quality-control scores and thresholds.
26
  - **MURA forearm/humerus annotations** (masks only, CC BY 4.0): bundled with the
27
  FleXray GitHub repository and mirrored here under `mura_forearm_humerus_annotations/`
28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ## Redistributed datasets (CC BY 4.0)
30
 
31
  | Dataset | Role in paper | Samples (train/val/test) | Labels | Source |