albertvillanova HF staff commited on
Commit
03836b5
1 Parent(s): 33a5df5

Update homepage URL in dataset script and card

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. visual_genome.py +1 -1
README.md CHANGED
@@ -96,7 +96,7 @@ config_names:
96
 
97
  ## Dataset Description
98
 
99
- - **Homepage:** https://visualgenome.org/
100
  - **Repository:**
101
  - **Paper:** https://visualgenome.org/static/paper/Visual_Genome.pdf
102
  - **Leaderboard:**
 
96
 
97
  ## Dataset Description
98
 
99
+ - **Homepage:** https://homes.cs.washington.edu/~ranjay/visualgenome/
100
  - **Repository:**
101
  - **Paper:** https://visualgenome.org/static/paper/Visual_Genome.pdf
102
  - **Leaderboard:**
visual_genome.py CHANGED
@@ -41,7 +41,7 @@ They collect dense annotations of objects, attributes, and relationships within
41
  Specifically, the dataset contains over 108K images where each image has an average of 35 objects, 26 attributes, and 21 pairwise relationships between objects.
42
  """
43
 
44
- _HOMEPAGE = "https://visualgenome.org/"
45
 
46
  _LICENSE = "Creative Commons Attribution 4.0 International License"
47
 
 
41
  Specifically, the dataset contains over 108K images where each image has an average of 35 objects, 26 attributes, and 21 pairwise relationships between objects.
42
  """
43
 
44
+ _HOMEPAGE = "https://homes.cs.washington.edu/~ranjay/visualgenome/"
45
 
46
  _LICENSE = "Creative Commons Attribution 4.0 International License"
47