VictorButoi commited on
Commit
48f0472
·
verified ·
1 Parent(s): 0deb650

splits README: paper results are scored on test, val used only for development

Browse files
Files changed (1) hide show
  1. 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
- Segmentation results in the paper are scored on `val`. `test` is reserved and unused.
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 FleXray repository.
 
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.