- Python 2.7
- Pytorch
- Microsoft COCO Caption Evaluation
- CIDEr
- numpy, scikit-image, h5py, requests
You can use anaconda or miniconda to install the dependencies:
conda create -n savc python=2.7 pytorch=1.0 scikit-image h5py requests
conda activate savc
First clone this repository
git clone --recursive https://github.com/myccver/SAVC.git
Then, please run following script to download Stanford CoreNLP 3.6.0 models into coco-caption/:
cd msrvtt/coco-caption
./get_stanford_models.sh
cd msrvtt
sh train.sh
cd msvd
sh train.sh
cd msrvtt
sh test.sh
cd msvd
sh test.sh
This part of the code is not released.