yfan1997 commited on
Commit
0ffa7e1
·
verified ·
1 Parent(s): aa83e6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -1,4 +1,15 @@
1
- Dataset for Aerial Vision-and-Dialog Navigation (AVDN)
 
 
 
 
 
 
 
 
 
 
 
2
 
3
 
4
  ```
 
1
+ **Dataset for Aerial Vision-and-Dialog Navigation (AVDN)**
2
+
3
+ This is the AVDN dataset proposed in paper "Aerial Vision-and-Dialog Navigation"
4
+
5
+ Paper: https://arxiv.org/pdf/2205.12219
6
+
7
+ Project webpage: https://sites.google.com/view/aerial-vision-and-dialog/home
8
+
9
+ We introduced ANDH and ANDH-Full tasks. The ANDH task takes as input the **sub-trajectory** data and you may find instructions to download them at our project webpage.
10
+ The ANDH-Full task needs the **full trajectory** data as input, which is shown in the Huggingface repo.
11
+
12
+ The data shown in the dataviewer (csv format) is the **full trajectory** data before splited by dialog turns. Please use the following script to convert the csv data into the json format, so that it can fit our current vision of training and inference code.
13
 
14
 
15
  ```