Reconstructing an image after using extract_image_patches

后端 未结 7 1373
一生所求
一生所求 2020-12-16 14:37

I have an autoencoder that takes an image as an input and produces a new image as an output.

The input image (1x1024x1024x3) is split into patches (1024x32x32x3) bef

7条回答
  •  無奈伤痛
    2020-12-16 15:24

    Tf 2.0 users can use space_to_depth and depth_to_space if you aren't doing overlapping blocks.

提交回复
热议问题