We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f80693b commit 892d7ceCopy full SHA for 892d7ce
examples/da/plot_otda_mapping_colors_images.py
@@ -43,11 +43,8 @@ def minmax(I):
43
##############################################################################
44
45
# Loading images
46
-# I1 = ndimage.imread('../../data/ocean_day.jpg').astype(np.float64) / 256
47
-# I2 = ndimage.imread('../../data/ocean_sunset.jpg').astype(np.float64) / 256
48
-
49
-I1 = ndimage.imread('data/ocean_day.jpg').astype(np.float64) / 256
50
-I2 = ndimage.imread('data/ocean_sunset.jpg').astype(np.float64) / 256
+I1 = ndimage.imread('../../data/ocean_day.jpg').astype(np.float64) / 256
+I2 = ndimage.imread('../../data/ocean_sunset.jpg').astype(np.float64) / 256
51
52
53
X1 = im2mat(I1)
0 commit comments