legion-defense-system / manifest.json
dineth554's picture
Upload manifest.json with huggingface_hub
692bac6 verified
Raw
History Blame Contribute Delete
548 Bytes
{
"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
]
}
}
}