質問編集履歴
1
不要な記述を削除
test
CHANGED
File without changes
|
test
CHANGED
@@ -228,7 +228,7 @@
|
|
228
228
|
|
229
229
|
destination = "train_1_jpeg"
|
230
230
|
|
231
|
-
os.makedirs(destination, exist_ok = True)
|
231
|
+
os.makedirs(destination, exist_ok = True)
|
232
232
|
|
233
233
|
|
234
234
|
|