Implemention of Take the Scenic Route: Improving Generalization in Vision-and-Language Navigation
git clone --recursive VLNActionPriors.git
git submodule add -b master git@github.com:pybind/pybind11.git
conda env create -f environment.yml
source activate AcP
conda install pytorch=1.0.0 cuda100 -c pytorch
mkdir build && cd build
cmake ..
make
bash download_r2r.sh
mkdir -p img_features/
cd img_features/
wget https://www.dropbox.com/s/o57kxh2mn5rkx4o/ResNet-152-imagenet.zip?dl=1 -O ResNet-152-imagenet.zip
unzip ResNet-152-imagenet.zip
cd ..
bash download_speaker_release.sh
bash run_w_params.sh