TeX-UNet / tex_unet_v2_darpa /normalization.json
dccc2025
Release TeX-UNet checkpoints
9ddb370
Raw
History Blame Contribute Delete
760 Bytes
{
"emissivity": {
"output": "normalized",
"percentile_high": 99.0,
"percentile_low": 1.0,
"type": "scene_percentile_minmax"
},
"eps": 1e-06,
"hsi": {
"clip": true,
"description": "Calibrated radiance cube clipped and scaled to [0, 1].",
"max": 25.0,
"min": 0.0,
"type": "fixed_minmax"
},
"temperature": {
"clip": true,
"max_K": 343.0,
"min_K": 243.0,
"percentile_high": 99.0,
"percentile_low": 1.0,
"type": "fixed_minmax_with_scene_percentile_clipping"
},
"texture": {
"output": "normalized",
"percentile_high": 99.0,
"percentile_low": 1.0,
"type": "scene_percentile_minmax"
},
"wavelength": {
"max_um": 14.0,
"min_um": 6.0,
"unit": "micrometer"
}
}