Skip to content

Commit

Permalink
Merge pull request #184 from Alwinator/master
Browse files Browse the repository at this point in the history
Update because the old URL returns 404 Not found
  • Loading branch information
faustomorales committed Nov 24, 2021
2 parents c85eab1 + 8a4c3d6 commit 54ddae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/train_recognizer_synthtext90_multigpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def download_extract_and_process_dataset(data_path):
if not os.path.isfile(archive_filepath) and not os.path.isdir(extraction_directory):
print("Downloading the dataset.")
urllib.request.urlretrieve(
"https://www.robots.ox.ac.uk/~vgg/data/text/mjsynth.tar.gz",
"https://thor.robots.ox.ac.uk/~vgg/data/text/mjsynth.tar.gz",
archive_filepath,
)
if not os.path.isdir(extraction_directory):
Expand Down

0 comments on commit 54ddae1

Please sign in to comment.