File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
tensorflow_datasets/image_classification Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -233,9 +233,10 @@ class CaltechBirds2011(CaltechBirds2010):
233
233
def _caltech_birds_info (self ):
234
234
return CaltechBirdsInfo (
235
235
name = self .name ,
236
- images_url = "https://drive.google.com/uc?export=download&id=1hbzc_P1FuxMkcabkgn9ZKinBwW683j45" ,
237
- split_url = None ,
238
- annotations_url = "https://drive.google.com/uc?export=download&id=1EamOKGLoTuZdtcVYbHMWNpkn3iAVj8TP" ,
236
+ combined_url = "https://data.caltech.edu/records/65de6-vp158/files/CUB_200_2011.tgz?download=1" ,
237
+ # images_url="https://drive.google.com/uc?export=download&id=1hbzc_P1FuxMkcabkgn9ZKinBwW683j45",
238
+ # split_url=None,
239
+ # annotations_url="https://drive.google.com/uc?export=download&id=1EamOKGLoTuZdtcVYbHMWNpkn3iAVj8TP",
239
240
)
240
241
241
242
def _info (self ):
@@ -369,3 +370,4 @@ class CaltechBirdsInfo(
369
370
split_url (str): train/test split file URL.
370
371
annotations_url (str): annotation folder URL.
371
372
"""
373
+
You can’t perform that action at this time.
0 commit comments