python
1plt.subplot(161).imshow(out_img[0]) 2plt.subplot(162).imshow(out_img[1]) 3plt.subplot(163).imshow(out_img[2]) 4plt.subplot(164).imshow(out_img[3]) 5plt.subplot(165).imshow(out_img[3]) 6plt.subplot(166).imshow(out_img[3])
の出力結果が、以下です。
このように画像が小さくなるのですが、可能であれば、もう少し大きい、一定の大きさで、
out_imgのリスト数だけ表示する方法はありますか?
> もう少し大きい
これかな
https://teratail.com/questions/155585
あなたの回答
tips
プレビュー