/MetaCaptioning

Meta Captioning

Primary LanguagePythonMIT LicenseMIT

Code for the 'Meta Captioning'.


* Environment & Main Dependencies

CentOS Linux release 7.2.1511 (Core)
python 3.6.11
torchvision 0.2.1
Pytorch 1.3.0

* Usage

(1)Gain the meta features
Specific steps are written in the paper, we will provide well-tranined parameters value in ./data
(2)Representing remote sensing images
python prepro_feats.py
(3)Transmitting the labels
python prepro_labels.py
we provide corresponding files of UCM in ./data
(4)Training
python train.py
......
(5)Testing:
python eval.py
Specific configuration information is coming soon

* Citation