From 6c6f15278700d2561c24c6cb855c24e60962ea01 Mon Sep 17 00:00:00 2001 From: Tim Semenov Date: Wed, 7 Aug 2024 06:52:15 -0700 Subject: [PATCH] Update Caltech Birds URL to point to the dataset's official website. PiperOrigin-RevId: 660371746 --- tensorflow_datasets/image_classification/caltech_birds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow_datasets/image_classification/caltech_birds.py b/tensorflow_datasets/image_classification/caltech_birds.py index 30a4e07e39b..74f725e38bc 100644 --- a/tensorflow_datasets/image_classification/caltech_birds.py +++ b/tensorflow_datasets/image_classification/caltech_birds.py @@ -33,7 +33,7 @@ Annotations include bounding boxes, segmentation labels. """ -_URL = "http://www.vision.caltech.edu/visipedia/CUB-200.html" +_URL = "https://www.vision.caltech.edu/datasets/cub_200_2011/" _CITATION = """\ @techreport{WelinderEtal2010, Author = {P. Welinder and S. Branson and T. Mita and C. Wah and F. Schroff and S. Belongie and P. Perona},