File size: 398 Bytes
7002f4e 2ca760b 7002f4e 2ca760b 7002f4e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | {
"framework": "PyTorch",
"task": "remote_sensing_image_text_retrieval",
"model": "RemoteCLIP",
"license": "Apache-2.0",
"input_format": "image_text_npz",
"protocol": "remoteclip_rgb_bpe_pairs_v1",
"default_config": "conf/config.yaml",
"train": "scripts/train.py",
"inference": "scripts/inference.py",
"evaluation": "scripts/result.py",
"visualization": "scripts/result.py"
}
|