| { | |
| "framework": "PyTorch", | |
| "task": "remote_sensing_representation_learning", | |
| "model": "SatMAE++", | |
| "input_format": "BCHW", | |
| "protocol": "SatMAE++ native multiscale fMoW RGB or Sentinel", | |
| "implementation": "Apache-2.0 adaptation of the official architecture", | |
| "upstream_reference_commit": "bf02548ab2bf5123761cf059491ac5a631fbb428", | |
| "default_config": "conf/config.yaml", | |
| "train": "scripts/train.py", | |
| "inference": "scripts/inference.py", | |
| "evaluation": "scripts/result.py", | |
| "visualization": "scripts/result.py" | |
| } | |