File size: 559 Bytes
355f250 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"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"
}
|