Skip to content

Commit 8f95c77

Browse files
authored
Updated download link
Updated Makefile with New Download URL for mjsynth dataset.
1 parent c3f03b7 commit 8f95c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mjsynth-download: mjsynth-wget mjsynth-unpack
77
mjsynth-wget:
88
mkdir -p data
99
cd data ; \
10-
wget http://www.robots.ox.ac.uk/~vgg/data/text/mjsynth.tar.gz
10+
wget https://thor.robots.ox.ac.uk/~vgg/data/text/mjsynth.tar.gz
1111

1212
mjsynth-unpack:
1313
mkdir -p data/images

0 commit comments

Comments
 (0)