File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ class StanfordCars(VisionDataset):
15
15
has been split roughly in a 50-50 split
16
16
17
17
The original URL is https://ai.stanford.edu/~jkrause/cars/car_dataset.html, but it is broken.
18
+ Follow the instructions in ``download`` argument to obtain and use the dataset offline.
18
19
19
20
.. note::
20
21
@@ -29,8 +30,12 @@ class StanfordCars(VisionDataset):
29
30
target and transforms it.
30
31
download (bool, optional): This parameter exists for backward compatibility but it does not
31
32
download the dataset, since the original URL is not available anymore. The dataset
32
- seems to be available on Kaggle so you can try to manually download it using
33
- `these instructions <https://github.com/pytorch/vision/issues/7545#issuecomment-1631441616>`_.
33
+ seems to be available on Kaggle so you can try to manually download and configure it using
34
+ `these instructions <https://github.com/pytorch/vision/issues/7545#issuecomment-1631441616>`_,
35
+ or use an integrated
36
+ `dataset on Kaggle <https://github.com/pytorch/vision/issues/7545#issuecomment-2282674373>`_.
37
+ In both cases, first download and configure the dataset locally, and use the dataset with
38
+ ``"download=False"``.
34
39
"""
35
40
36
41
def __init__ (
You can’t perform that action at this time.
0 commit comments