Skip to content

Commit

Permalink
Add a link to download data augmentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ronghanghu committed Nov 10, 2018
1 parent 71e5481 commit 389ee02
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ This repository contains the code for the following paper:

Project Page: http:https://ronghanghu.com/speaker_follower

## Augmented Data on R2R

If you only want to use our data augmentation on the R2R dataset but don't need our models, you can directly download our augmented data on R2R (JSON file containing synthetic data generated by our speaker model) [here](http:https://people.eecs.berkeley.edu/~ronghang/projects/speaker_follower/data_augmentation/R2R_literal_speaker_data_augmentation_paths.json). This JSON file is in the same format as the original R2R dataset, with one synthetic instruction per sampled new trajectory.

*Note that we first train on the combination of the original + augmented data, and then fine-tuned on the original training data.*

## Installation

1. Install Python 3 (Anaconda recommended: https://www.continuum.io/downloads).
Expand Down

0 comments on commit 389ee02

Please sign in to comment.