質問編集履歴
1
質問に補足。
title
CHANGED
File without changes
|
body
CHANGED
@@ -45,4 +45,7 @@
|
|
45
45
|
# print(list_ch[i],img_single_ch.shape)
|
46
46
|
# # OS標準のビューワーで開く
|
47
47
|
# Image.fromarray(img_single_ch.astype(np.uint8)).resize(size=(w*10,h*10),resample=Image.NEAREST).show()
|
48
|
-
```
|
48
|
+
```
|
49
|
+
|
50
|
+
何が言いたいかというと、これはGのデータだけ抜き出している?らしいのですが、
|
51
|
+
通常の1ch画像認識でも、Gのデータのみで処理を行っているのかなぁと、まず。
|