Skip to content

Commit 55cf87f

Browse files
author
Ryan Sepassi
committed
Merge pull request #595 from jackd:ds_files
PiperOrigin-RevId: 250811845
2 parents 4d9b5b4 + 26ab22e commit 55cf87f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,15 @@
7676

7777
# Static files needed by datasets.
7878
DATASET_FILES = [
79+
'image/caltech101_labels.txt',
80+
'image/dtd_key_attributes.txt',
7981
'image/imagenet2012_labels.txt',
8082
'image/imagenet2012_validation_labels.txt',
83+
'image/open_images_classes_all.txt',
84+
'image/open_images_classes_boxable.txt',
85+
'image/open_images_classes_trainable.txt',
8186
'image/quickdraw_labels.txt',
87+
'image/sun397_labels.txt',
8288
'url_checksums/*',
8389
]
8490

0 commit comments

Comments
 (0)