Skip to content

Commit 892d7ce

Browse files
committed
set properly path of data
1 parent f80693b commit 892d7ce

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

examples/da/plot_otda_mapping_colors_images.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,8 @@ def minmax(I):
4343
##############################################################################
4444

4545
# 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
46+
I1 = ndimage.imread('../../data/ocean_day.jpg').astype(np.float64) / 256
47+
I2 = ndimage.imread('../../data/ocean_sunset.jpg').astype(np.float64) / 256
5148

5249

5350
X1 = im2mat(I1)

0 commit comments

Comments
 (0)