Skip to content

Commit 68308df

Browse files
committed
Update the cars196 dataset to pull the data from web archive
1 parent 7840d08 commit 68308df

File tree

1 file changed

+2
-2
lines changed
  • tensorflow_datasets/image_classification

1 file changed

+2
-2
lines changed

tensorflow_datasets/image_classification/cars196.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
from tensorflow_datasets.core.utils.lazy_imports_utils import tensorflow as tf
2121
import tensorflow_datasets.public_api as tfds
2222

23-
_URL = 'http://ai.stanford.edu/~jkrause/car196/'
24-
_EXTRA_URL = 'https://ai.stanford.edu/~jkrause/cars/car_devkit.tgz'
23+
_URL = 'https://web.archive.org/web/20221212053154/http://ai.stanford.edu/~jkrause/car196/'
24+
_EXTRA_URL = 'https://web.archive.org/web/20230323151230/https://ai.stanford.edu/~jkrause/cars/car_devkit.tgz'
2525

2626
_DESCRIPTION = (
2727
'The Cars dataset contains 16,185 images of 196 classes of cars. The data '

0 commit comments

Comments
 (0)