質問編集履歴

2

別の問題が発生したので追記しました。

2021/08/24 05:17

投稿

potapotapotato
potapotapotato

スコア13

test CHANGED
File without changes
test CHANGED
@@ -135,3 +135,11 @@
135
135
  と出ます。どうすれば解決するか教えてください。
136
136
 
137
137
  よろしくお願いいたします。
138
+
139
+
140
+
141
+
142
+
143
+ #################################
144
+
145
+ 追記です。エラーは出なくなったのですが、矩形が追加されません。どうすればよいでしょうか。

1

エラーの中身を間違えたので変更

2021/08/24 05:17

投稿

potapotapotato
potapotapotato

スコア13

test CHANGED
File without changes
test CHANGED
@@ -112,17 +112,21 @@
112
112
 
113
113
  ```
114
114
 
115
- Traceback (most recent call last):
116
-
117
115
 
118
116
 
119
117
  File "C:\Users\〇〇.spyder-py3\タイトル無し0.py", line 47, in <module>
120
118
 
121
- random_erasing()
119
+ random_erasing(img)
122
120
 
123
121
 
124
122
 
123
+ File "C:\Users\〇〇.spyder-py3\タイトル無し0.py", line 17, in random_erasing
124
+
125
+ target_img = img.copy()
126
+
127
+
128
+
125
- TypeError: random_erasing() missing 1 required positional argument: 'img'
129
+ AttributeError: 'NoneType' object has no attribute 'copy'
126
130
 
127
131
  ```
128
132