-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
dataset requestRequest for a new dataset to be addedRequest for a new dataset to be added
Description
- Name of dataset:
- URL of dataset: https://ai.stanford.edu/~jkrause/cars/car_dataset.html
- License of dataset: http://image-net.org/download-faq
This dataset is already a part of the collection, but I am getting a 404 error when I run this code, saying that the program is unable to get the dataset url :
- ds_train_all,ds_info = tfds.load('cars196', split='train', shuffle_files=True,with_info=True)
- Error I get:
- DownloadError: Failed to get url https://image-net.org/internal/car196/cars_test.tgz. HTTP code: 404.
I would appreciate if this could be addressed. Thank you!!
Metadata
Metadata
Assignees
Labels
dataset requestRequest for a new dataset to be addedRequest for a new dataset to be added