回答編集履歴
1
修正
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
``image_hue = hue.augment_images([image])``にて``AssertionError: Expected number of channels to be three, got 1 channels (shape (512, 512, 1)).``が発生しているとのことですが、
|
2
2
|
|
3
|
-
**imgaug.augmenters.color.AddToHueAndSaturation**は下記の通り色相(Hue)、彩度(saturation)を操作するものな
|
3
|
+
**imgaug.augmenters.color.AddToHueAndSaturation**は下記の通り色相(Hue)、彩度(saturation)を操作するものなのでモノクロ画像には使えないのだと思われます。
|
4
4
|
|
5
5
|
|
6
6
|
|