SatMAE / configuration.json
zhangrenchao's picture
Upload SatMAE model package
355f250 verified
Raw
History Blame Contribute Delete
559 Bytes
{
"framework": "PyTorch",
"task": "remote_sensing_representation_learning",
"model": "SatMAE",
"input_format": "BTCHW with BT3 timestamps, or BCHW",
"protocol": "SatMAE fMoW temporal and grouped multispectral MAE",
"implementation": "clean-room paper-aligned PyTorch implementation",
"upstream_reference_commit": "0b210aceb37a14bbbd897110db5b104b3271d818",
"default_config": "conf/config.yaml",
"train": "scripts/train.py",
"inference": "scripts/inference.py",
"evaluation": "scripts/result.py",
"visualization": "scripts/result.py"
}