Skip to content

Commit 15caf3f

Browse files
committed
update
1 parent 9126ec7 commit 15caf3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cnn_class2/class_activation_maps.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
from glob import glob
1818

19-
from skimage.transform import rescale, resize
20-
2119

2220

2321
# get the image files
22+
# http://www.vision.caltech.edu/Image_Datasets/Caltech101/
23+
# http://www.vision.caltech.edu/Image_Datasets/Caltech256/
2424
image_files = glob('../large_files/256_ObjectCategories/*/*.jp*g')
2525
image_files += glob('../large_files/101_ObjectCategories/*/*.jp*g')
2626

0 commit comments

Comments
 (0)