Unet can only classify images of size proportional to training input image size

5 vues (au cours des 30 derniers jours)
How can I get my trained U-net to classify my entire image? I have trained the U-net on small training images (128x128 pixels) taken from the image. Now when I use semanticseg() to classify the image, it only works on areas proportional in size to the training image. This is a problem because my entire image is very large and rectangular, not square.

Réponses (1)

Srivardhan Gadila
Srivardhan Gadila le 11 Oct 2019
You can refer to the following Workflow. It uses overlap-tile strategy for the 3D U-Net network and the same can be followed for the U-net network.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by