Datasets:
Upload external_waveplate pilot: metadata/acquisition_info.json
Browse files
metadata/acquisition_info.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_name": "MMPD-Bench",
|
| 3 |
+
"sources": {
|
| 4 |
+
"healthy_bone_cell": {
|
| 5 |
+
"local_path": "polarization_v2",
|
| 6 |
+
"wavelength_nm": "TODO",
|
| 7 |
+
"description": "TODO: healthy bone cell data used for train, validation, and test"
|
| 8 |
+
},
|
| 9 |
+
"waveplate": {
|
| 10 |
+
"local_path": "polarization_v3/hwp633 and polarization_v3/qwp633",
|
| 11 |
+
"wavelength_nm": 633,
|
| 12 |
+
"description": "TODO"
|
| 13 |
+
},
|
| 14 |
+
"spectral": {
|
| 15 |
+
"local_path": "polarization_v3/mwl_530_690",
|
| 16 |
+
"wavelength_nm": [610, 650, 690],
|
| 17 |
+
"description": "TODO"
|
| 18 |
+
}
|
| 19 |
+
},
|
| 20 |
+
"preprocessing": {
|
| 21 |
+
"patch_size": [256, 256],
|
| 22 |
+
"patching_strategy": "TODO",
|
| 23 |
+
"normalization": "TODO",
|
| 24 |
+
"label_generation": "Lu-Chipman decomposition"
|
| 25 |
+
},
|
| 26 |
+
"de_identification": "TODO"
|
| 27 |
+
}
|