Home

Awesome

HOP-REVERIE-Challenge

This respository is the code of REVERIE-Challenge using HOP. The code is based on Recurrent-VLN-BERT. Thanks to Yicong Hong for releasing the Recurrent-VLN-BERT code.

Prerequisites

Installation

Data Preparation

Please follow the instructions below to prepare the data in directories:

    ├── data_v2
    │   └── BBoxS
    │       └── reverie_obj_feats_v2.pkl
    │   └── BBoxes_v2
    ├── REVERIE_train.json
    ├── REVERIE_val_seen.json
    ├── REVERIE_val_unseen.json
    ├── REVERIE_test.json
    └── objpos.json

Initial HOP weights

Training

bash run/agent.bash

Evaluating

bash run/test.bash
python ./r2r_src/eval.py