Skip to content

Commit 26ab22e

Browse files
committed
added missing DATASET_FILES
1 parent 90c0b38 commit 26ab22e

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)