update annotation url

#4
by lhoestq HF staff - opened
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]: