--- license: apache-2.0 --- tags: - remote-sensing - image-captioning - cross-modal - clip --- # MPS-CLIP Data (RSICD & RSITMD) This repository hosts the dataset packages used in **MPS-CLIP**, including the **RSICD** and **RSITMD** remote sensing image–text datasets. ## Contents - `rsicd.zip` — RSICD dataset package - `rsitmd.zip` — RSITMD dataset package ## Intended Use These datasets are provided here to support training and evaluation for **MPS-CLIP** on remote sensing vision–language tasks (e.g., image–text retrieval and/or captioning, depending on the experimental setup). ## Download & Extraction ```bash unzip rsicd.zip -d rsicd unzip rsitmd.zip -d rsitmd