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