Skip to content

visee-sdu/APAF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APAF

Prerequisites

  1. Our model was trained and evaluated using the following package dependencies:
  • Pytorch 1.9.1
  • Python 3.6.12
  1. Install Matterport3D simulators: follow instructions here.

  2. Download object features here.

  3. Download datasets of R2R and R4R here. It contains a datasets folder.

  4. (Optional). Download the trained model here.

Pre-training

cd pretrain_src
CUDA_VISIBLE_DEVICES=0,1,2,3 bash run_r4r.sh 8001  # R4R
CUDA_VISIBLE_DEVICES=0,1,2,3 bash run_r2r.sh 8001  # R2R

Fine-tuning

CUDA_VISIBLE_DEVICES=0,1,2,3 bash scripts/r4r_b16.sh 8001  # R4R
CUDA_VISIBLE_DEVICES=0,1,2,3 bash scripts/r2r_b16.sh 8001  # R2R

RxR

Please see APAF_RxR/README.md.

Acknowledgement

Codebase from ScaleVLN, BEVBert and DUET.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published