回答編集履歴
1
修正
test
CHANGED
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
hists = []
|
20
20
|
|
21
|
-
for path in Path("/data/samples").glob("*.jpg"):
|
21
|
+
for path in Path("/data/samples").glob("*.jpg"): # パスや拡張子は適宜変えてください
|
22
22
|
|
23
23
|
# グレースケールとして読み込む。
|
24
24
|
|