Datasets:
Split waveplate and spectral dataset configs
Browse files
README.md
CHANGED
|
@@ -11,11 +11,13 @@ tags:
|
|
| 11 |
task_categories:
|
| 12 |
- image-to-image
|
| 13 |
configs:
|
| 14 |
-
- config_name:
|
| 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
|
| 36 |
-
|
|
|
|
| 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 |
|