HY2333 commited on
Commit
97cb0bc
·
verified ·
1 Parent(s): ed44cd7

Split waveplate and spectral dataset configs

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -11,11 +11,13 @@ tags:
11
  task_categories:
12
  - image-to-image
13
  configs:
14
- - config_name: external_tests
15
  default: true
16
  data_files:
17
  - split: external_waveplate
18
  path: data/external_waveplate-*.parquet
 
 
19
  - split: external_spectral_610
20
  path: data/external_spectral_610-*.parquet
21
  - split: external_spectral_650
@@ -32,8 +34,9 @@ TODO: Describe MMPD-Bench, the scientific motivation, and the intended benchmark
32
  use. Mention that the dataset contains paired Mueller matrix observations and
33
  Lu-Chipman reference decomposition outputs.
34
 
35
- Current pilot upload: external test splits only (`external_waveplate`,
36
- `external_spectral_610`, `external_spectral_650`, and `external_spectral_690`).
 
37
 
38
  ## Task Definition
39
 
 
11
  task_categories:
12
  - image-to-image
13
  configs:
14
+ - config_name: external_waveplate
15
  default: true
16
  data_files:
17
  - split: external_waveplate
18
  path: data/external_waveplate-*.parquet
19
+ - config_name: external_spectral
20
+ data_files:
21
  - split: external_spectral_610
22
  path: data/external_spectral_610-*.parquet
23
  - split: external_spectral_650
 
34
  use. Mention that the dataset contains paired Mueller matrix observations and
35
  Lu-Chipman reference decomposition outputs.
36
 
37
+ Current pilot upload: external test splits only. Use config `external_waveplate`
38
+ for the 633 nm waveplate split and config `external_spectral` for the
39
+ 610/650/690 nm spectral splits.
40
 
41
  ## Task Definition
42