Datasets:
splits README: paper results are scored on test, val used only for development
Browse files- splits/README.md +2 -2
splits/README.md
CHANGED
|
@@ -16,7 +16,7 @@ Every image that FleXray trained or evaluated on.
|
|
| 16 |
| `split` | `train`, `val`, or `test` as used in the paper |
|
| 17 |
| `source_path` | image path relative to the original download (`''` when the source has no per-image file) |
|
| 18 |
|
| 19 |
-
|
| 20 |
|
| 21 |
## `<Dataset>/exclusions.csv`
|
| 22 |
|
|
@@ -41,4 +41,4 @@ Every image removed before split assignment. An empty file means nothing was exc
|
|
| 41 |
|
| 42 |
All criteria were fixed before any model was scored and apply identically to FleXray
|
| 43 |
and every baseline. These files are generated by
|
| 44 |
-
`scripts/release/export_split_manifests.py` in the
|
|
|
|
| 16 |
| `split` | `train`, `val`, or `test` as used in the paper |
|
| 17 |
| `source_path` | image path relative to the original download (`''` when the source has no per-image file) |
|
| 18 |
|
| 19 |
+
All results in the paper are scored on `test`; `val` was used only for model development.
|
| 20 |
|
| 21 |
## `<Dataset>/exclusions.csv`
|
| 22 |
|
|
|
|
| 41 |
|
| 42 |
All criteria were fixed before any model was scored and apply identically to FleXray
|
| 43 |
and every baseline. These files are generated by
|
| 44 |
+
`scripts/release/export_split_manifests.py` in the OmniAX repository.
|