回答編集履歴

1

d

2021/12/24 10:00

投稿

tiitoi
tiitoi

スコア21956

test CHANGED
@@ -26,7 +26,7 @@
26
26
 
27
27
  # 最初の100ファイルを取得する。
28
28
 
29
- img_paths = list(input_dir.glob("*.jpg"))
29
+ img_paths = list(input_dir.glob("*.tif"))
30
30
 
31
31
 
32
32