Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ We present a generalization of EQA -- Multi-Target EQA (MT-EQA). Specifically, w

## Data Generation

Go to `eqa_data` folder and do the followings:
Go to [eqa_data](./eqa_data) folder and do the followings:

1. How to generate question-answer pairs
- Run `./scripts/run_question_generation.sh`, this would save qas to `cache/question-gen-outputs/questions_pruned_v2.json`.
Expand All @@ -43,7 +43,7 @@ Go to `eqa_data` folder and do the followings:

## Imitation Learning for Nav+Ctrl+cVQA

Go to `nav_loc_vqa` folder and do the followings:
Go to [nav_loc_vqa](./nav_loc_vqa) folder and do the followings:

1. Prepare House Data (conn-maps, graphs, shortest-paths, images, features, etc)
- Copy or Symlink `../eqa_data/cache/question-gen-outputs`, `../eqa_data/cache/shortest-paths-mt`, `../eqa_data/target-obj-bestview-pos` and `../eqa_data/target-obj-conn-maps` to `./data`
Expand All @@ -61,7 +61,7 @@ Go to `nav_loc_vqa` folder and do the followings:

## Reinforcement Learning Finetuning for Navigators

Go to `eqa_nav` folder and do the followings:
Go to [eqa_nav](./eqa_nav) folder and do the followings:

1. Prepare House Data (conn-maps, graphs, shortest-paths, images, features, etc)
- Copy or Symlink `../eqa_data/cache/question-gen-outputs`, `../eqa_data/cache/shortest-paths-mt`, `../eqa_data/target-obj-bestview-pos` and `../eqa_data/target-obj-conn-maps` to `./data`
Expand All @@ -86,4 +86,4 @@ This project is maintained by [Licheng Yu](http://cs.unc.edu/~licheng/).

## License

BSD
BSD