Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update the cars196 dataset to pull the data from web archive
  • Loading branch information
SanjaySG committed Jun 29, 2025
commit 68308df8d226450a35a58b0d4cc60ccc092b2403
4 changes: 2 additions & 2 deletions tensorflow_datasets/image_classification/cars196.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
from tensorflow_datasets.core.utils.lazy_imports_utils import tensorflow as tf
import tensorflow_datasets.public_api as tfds

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

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