Skip to content

Commit 6f6d33e

Browse files
committed
Update url for CaltechBirds2011 dataset
1 parent 7840d08 commit 6f6d33e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tensorflow_datasets/image_classification/caltech_birds.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,9 +233,10 @@ class CaltechBirds2011(CaltechBirds2010):
233233
def _caltech_birds_info(self):
234234
return CaltechBirdsInfo(
235235
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",
239240
)
240241

241242
def _info(self):
@@ -369,3 +370,4 @@ class CaltechBirdsInfo(
369370
split_url (str): train/test split file URL.
370371
annotations_url (str): annotation folder URL.
371372
"""
373+

0 commit comments

Comments
 (0)