-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
Plot images after preprocessing
fig = plt.figure(figsize=(13,13))
ax = []
rows = 2
columns = 2
keys = list(images.keys())
for i in range(rows*columns):
ax.append( fig.add_subplot(rows, columns, i+1) )
ax[-1].set_title('AUREBESH - ' + keys[i])
plt.imshow(images[keys[i]], cmap='gray')
Type error
TypeError Traceback (most recent call last)
in
8 ax.append( fig.add_subplot(rows, columns, i+1) )
9 ax[-1].set_title('AUREBESH - ' + keys[i])
---> 10 plt.imshow(image[keys[i]], cmap='gray')
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels