lhoestq HF staff commited on
Commit
33a5df5
1 Parent(s): bbaa2b6

update annotation url (#4)

Browse files

- update annotation url (c8843f01bb8739d3127bd1a8fb0581244ebf4452)

Files changed (1) hide show
  1. visual_genome.py +1 -1
visual_genome.py CHANGED
@@ -186,7 +186,7 @@ def _get_local_image_path(img_url: str, folder_local_paths: Dict[str, str]) -> s
186
 
187
  # ----- Annotation normalizers ----
188
 
189
- _BASE_ANNOTATION_URL = "https://visualgenome.org/static/data/dataset"
190
 
191
 
192
  def _normalize_region_description_annotation_(annotation: Dict[str, Any]) -> Dict[str, Any]:
 
186
 
187
  # ----- Annotation normalizers ----
188
 
189
+ _BASE_ANNOTATION_URL = "https://homes.cs.washington.edu/~ranjay/visualgenome/data/dataset"
190
 
191
 
192
  def _normalize_region_description_annotation_(annotation: Dict[str, Any]) -> Dict[str, Any]: