質問編集履歴

1

エラーのみを記載

2021/01/09 05:33

投稿

takahirosaku24
takahirosaku24

スコア0

test CHANGED
File without changes
test CHANGED
@@ -3,20 +3,6 @@
3
3
 
4
4
 
5
5
  Numpy形式でファイルへデータを保存した画像が、正しく処理できているかを確認する際に以下のようなエラーがでてしまいました。
6
-
7
- IndexError Traceback (most recent call last)
8
-
9
- <ipython-input-8-ae61bf925161> in <module>
10
-
11
- 10 for i in range(25):
12
-
13
- 11 plt.subplot(5, 5, i+1)
14
-
15
- ---> 12 plt.title(y[i + idx])
16
-
17
- 13 plt.imshow(x[i + idx])
18
-
19
- 14 plt.show()
20
6
 
21
7
 
22
8