| { | |
| "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" | |
| } | |