FAST icon indicating copy to clipboard operation
FAST copied to clipboard

PatchGenerator does not support certain image sizes

Open andreped opened this issue 1 year ago • 3 comments

Describe the bug When attempting to run inference with a ResNet50 patch-wise classifier using FastPathology, it was observed that image size 299 x 299 was not supported.

According to the source code, FAST does not support image patches that are not divisible by 2 (see here).

System:

  • OS and version: [e.g. Windows 10/Ubuntu 18.04] Ubuntu 20.04
  • GPU and OpenCL vendor (NVIDIA, AMD, Intel) NVIDIA

Expected behavior The PatchGenerator PO should support "any" input shape

cc: @markusdrange

andreped avatar Mar 27 '23 17:03 andreped