rdyzakya commited on
Commit
0abc2de
·
verified ·
1 Parent(s): 9e85020

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -27,3 +27,16 @@ configs:
27
  - split: test
28
  path: data/test-*
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  - split: test
28
  path: data/test-*
29
  ---
30
+
31
+ # Link
32
+ * Paper: https://www.cs.cityu.edu.hk/~rynson/papers/cvpr20c.pdf
33
+ * Project page: https://jiaying.link/cvpr2020-pgd/
34
+
35
+ # Split info
36
+ We use the splitted version of the dataset. We split the train to train and validation with the ratio 80% and 20% respectively. If you want to use the original split composition, just combine train and validation.
37
+
38
+ # Dataset info
39
+ We found that there is a missing file in ADE20K test set. We found the missing file in the combined zip file in the project page.
40
+
41
+ # License info
42
+ Please refer to the paper and project page for the details.