Datasets:
refine dataset citation and availability notes
Browse files
README.md
CHANGED
|
@@ -42,6 +42,9 @@ These sources are used by FleXray but not redistributed here. Their FleXray labe
|
|
| 42 |
specifications (native label names, protocol aliases and drops) are shipped with the
|
| 43 |
`flexray` package under `fxr/configs/datasets/<Name>.yml`.
|
| 44 |
|
|
|
|
|
|
|
|
|
|
| 45 |
| Dataset | Role | Why not redistributed | Where to get it |
|
| 46 |
|---|---|---|---|
|
| 47 |
| MOOSE / ENHANCE-PET 1.6k | training (CT, DRR rendering) | CT sources are not redistributed; already public | https://registry.opendata.aws/enhance-pet-1-6k/ |
|
|
@@ -55,7 +58,6 @@ specifications (native label names, protocol aliases and drops) are shipped with
|
|
| 55 |
| DarwinCVD19 | evaluation | mixed per-image image licenses | https://darwin.v7labs.com/v7-labs/covid-19-chest-x-ray-dataset |
|
| 56 |
| DeepFluoro | evaluation | CC BY-NC 4.0; already hosted on Hugging Face | https://huggingface.co/datasets/eigenvivek/xvr-data |
|
| 57 |
| RAM-W600 | evaluation | CC BY-NC-SA 4.0; already hosted on Hugging Face | https://huggingface.co/datasets/TokyoTechMagicYang/RAM-W600 |
|
| 58 |
-
| ThoracoaMonch | evaluation | upstream project no longer available; license unverifiable | https://universe.roboflow.com/monchbot1 |
|
| 59 |
| VinDr-Rib | evaluation | signed data use agreement required | https://vindr.ai/ribcxr |
|
| 60 |
|
| 61 |
## Usage
|
|
@@ -90,6 +92,6 @@ FleXray paper:
|
|
| 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.
|
|
|
|
| 42 |
specifications (native label names, protocol aliases and drops) are shipped with the
|
| 43 |
`flexray` package under `fxr/configs/datasets/<Name>.yml`.
|
| 44 |
|
| 45 |
+
ThoracoaMonch was also used by FleXray, but its upstream project is no longer
|
| 46 |
+
available and its license cannot be verified.
|
| 47 |
+
|
| 48 |
| Dataset | Role | Why not redistributed | Where to get it |
|
| 49 |
|---|---|---|---|
|
| 50 |
| MOOSE / ENHANCE-PET 1.6k | training (CT, DRR rendering) | CT sources are not redistributed; already public | https://registry.opendata.aws/enhance-pet-1-6k/ |
|
|
|
|
| 58 |
| DarwinCVD19 | evaluation | mixed per-image image licenses | https://darwin.v7labs.com/v7-labs/covid-19-chest-x-ray-dataset |
|
| 59 |
| DeepFluoro | evaluation | CC BY-NC 4.0; already hosted on Hugging Face | https://huggingface.co/datasets/eigenvivek/xvr-data |
|
| 60 |
| RAM-W600 | evaluation | CC BY-NC-SA 4.0; already hosted on Hugging Face | https://huggingface.co/datasets/TokyoTechMagicYang/RAM-W600 |
|
|
|
|
| 61 |
| VinDr-Rib | evaluation | signed data use agreement required | https://vindr.ai/ribcxr |
|
| 62 |
|
| 63 |
## Usage
|
|
|
|
| 92 |
}
|
| 93 |
```
|
| 94 |
|
| 95 |
+
**If you use any of the other datasets, please cite the original dataset sources
|
| 96 |
+
and comply with their copyright and license terms.** Citations and licensing
|
| 97 |
details are listed in the `README.md` and `LICENSE` files within each dataset folder.
|