質問編集履歴
1
不要な記述を削除
title
CHANGED
File without changes
|
body
CHANGED
@@ -113,7 +113,7 @@
|
|
113
113
|
|
114
114
|
# Destination folder
|
115
115
|
destination = "train_1_jpeg"
|
116
|
-
os.makedirs(destination, exist_ok = True)
|
116
|
+
os.makedirs(destination, exist_ok = True)
|
117
117
|
|
118
118
|
# Source folder
|
119
119
|
source = "./train_1"
|