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):
1515    has been split roughly in a 50-50 split 
1616
1717    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. 
1819
1920    .. note:: 
2021
@@ -29,8 +30,12 @@ class StanfordCars(VisionDataset):
2930            target and transforms it. 
3031        download (bool, optional): This parameter exists for backward compatibility but it does not 
3132            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"``. 
3439    """ 
3540
3641    def  __init__ (
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments