File size: 548 Bytes
692bac6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | {
"models": {
"rgb": "./model/artifacts/rgb.safetensors",
"hyperspectral": "./model/artifacts/hyperspectral.safetensors",
"thermal": "./model/artifacts/thermal.safetensors",
"sar": "./model/artifacts/sar.safetensors"
},
"export_format": "safetensors",
"timestamp": "2026-03-08 03:43:25",
"config": {
"device": "cpu",
"spectral_config": {
"rgb_size": [
640,
640
],
"thermal_size": [
512,
512
],
"sar_size": [
512,
512
]
}
}
} |