質問編集履歴

1

エラーメッセージが間違っていたので訂正しました

2020/06/15 02:52

投稿

69Y5Sa5Qks0vZrW
69Y5Sa5Qks0vZrW

スコア1

test CHANGED
File without changes
test CHANGED
@@ -126,11 +126,7 @@
126
126
 
127
127
  ```
128
128
 
129
- File "sotuken.py", line 50, in <module>
130
-
131
- for label, bin_img in bin_imgs.dict():
132
-
133
- AttributeError: 'numpy.ndarray' object has no attribute 'dict'
129
+ Traceback (most recent call last): File "sotuken.py", line 50, in <module> for label, bin_img in bin_imgs.items(): AttributeError: 'numpy.ndarray' object has no attribute 'items'
134
130
 
135
131
  エラーメッセージです。
136
132