Home > other >  How semantic segmentation results back to the original image size?
How semantic segmentation results back to the original image size?

Time:01-09

Consult everybody, using a network of tensorflow2.0 wrote a unet semantic segmentation input size is 512 * 512, output size is 512 * 512, the original image is 1540 * 2584, use what functions the semantic segmentation results of 512 * 512 into the original image size, and then overlap?

CodePudding user response:

Cv2 directly. The resize ()
  • Related