Can not handle image with size smaller then 512?
shamoqianting opened this issue · 1 comments
shamoqianting commented
First thank you for sharing your work.
when I try a image with size 30x94, the program crashed. Is there any way to handle it ?
h4nwei commented
Hi @shamoqianting ,
Sorry. The short side of the test image should larger than 224 in the paper, since the models need to crop 224 × 224 × 3 patches. However, you can try to comment the Prepare_image(), then directly input the 30x94 image to test the model.