File size: 531 Bytes
bffb03e | 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": "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"
}
|