VictorButoi commited on
Commit
de0949e
·
verified ·
1 Parent(s): 231d507

update links and citation guidance

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -6,6 +6,10 @@ tags: [medical, x-ray, segmentation, anatomy]
6
 
7
  # FleXray data release
8
 
 
 
 
 
9
  Training and evaluation data for **FleXray**, a pan-anatomy X-ray segmentation model.
10
  This repository holds every real X-ray source whose license permits redistribution,
11
  repackaged in FleXray's common label protocol in the `fxr-dataset` package format.
@@ -24,7 +28,7 @@ Two companion releases complete the data described in the paper:
24
  | ElbowLat | evaluation | 601 (419/91/91) | humeri, radii, ulnae | https://universe.roboflow.com/ionspace/elbow_lat-lnn0s-pmycd |
25
  | HipRay | evaluation | 139 (97/21/21) | femurs, hips | https://data.mendeley.com/datasets/zm6bxzhmfz/1 |
26
  | LowerLimbs | evaluation | 56 (39/9/8) | femurs, tibiae, fibulae | https://universe.roboflow.com/orthopedicstitching/bone-identifier-1rey5 |
27
- | MendeleyCXR | evaluation | 6696 (4681/1041/974) | lungs | https://data.mendeley.com/datasets/8gf9vpkhgy/ |
28
  | MTDDH | evaluation | 905 (632/138/135) | ilium, pubis, ischium, femoral head, femur | https://doi.org/10.57760/sciencedb.24372 |
29
 
30
  Each `<Dataset>/` folder contains `dataset.yml`, `images/` (16-bit PNG), `labels/`
@@ -72,5 +76,20 @@ data:
72
 
73
  ## Citation
74
 
75
- Please cite the FleXray paper and the original source of every dataset you use
76
- (citations are listed in each dataset folder's `README.md`).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
 
7
  # FleXray data release
8
 
9
+ - Website: [FleXray project page](https://victorbutoi.github.io/FleXray/)
10
+ - Paper: [FleXray: Flexible Full-Body X-ray Segmentation](https://github.com/VictorButoi/FleXray_paper)
11
+ - Code: [github.com/VictorButoi/FleXray](https://github.com/VictorButoi/FleXray)
12
+
13
  Training and evaluation data for **FleXray**, a pan-anatomy X-ray segmentation model.
14
  This repository holds every real X-ray source whose license permits redistribution,
15
  repackaged in FleXray's common label protocol in the `fxr-dataset` package format.
 
28
  | ElbowLat | evaluation | 601 (419/91/91) | humeri, radii, ulnae | https://universe.roboflow.com/ionspace/elbow_lat-lnn0s-pmycd |
29
  | HipRay | evaluation | 139 (97/21/21) | femurs, hips | https://data.mendeley.com/datasets/zm6bxzhmfz/1 |
30
  | LowerLimbs | evaluation | 56 (39/9/8) | femurs, tibiae, fibulae | https://universe.roboflow.com/orthopedicstitching/bone-identifier-1rey5 |
31
+ | MendeleyCXR | evaluation | 704 (493/106/105); Montgomery + Shenzhen subsets only, the Darwin subset duplicates DarwinCVD19 | lungs | https://data.mendeley.com/datasets/8gf9vpkhgy/ |
32
  | MTDDH | evaluation | 905 (632/138/135) | ilium, pubis, ischium, femoral head, femur | https://doi.org/10.57760/sciencedb.24372 |
33
 
34
  Each `<Dataset>/` folder contains `dataset.yml`, `images/` (16-bit PNG), `labels/`
 
76
 
77
  ## Citation
78
 
79
+ If you use either **FluXray** or our **MURA annotations**, please cite the
80
+ FleXray paper:
81
+
82
+ ```bibtex
83
+ @software{butoi2026flexray,
84
+ title = {FleXray: Flexible Full-Body X-ray Segmentation},
85
+ author = {Butoi, Victor Ion and Gopalakrishnan, Vivek and
86
+ Guttag, John V. and Dalca, Adrian V. and Dey, Neel},
87
+ year = {2026},
88
+ license = {MIT},
89
+ url = {https://github.com/VictorButoi/FleXray}
90
+ }
91
+ ```
92
+
93
+ If you use any of the other datasets, please cite the original dataset sources
94
+ and comply with their copyright and license terms. Citations and licensing
95
+ details are listed in the `README.md` and `LICENSE` files within each dataset folder.