You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Xiyue-Wang ,
As ctranspath is best working model, I was trying to extract the features for 512 x 512 patch size, but the input of the model is 224 x 224.
As I see in the code it resizes the patch size to 224. But this will change the magnification of input image for eg. if 512 is at 10x, 224 would be approx 4.5x. What do you suggest?
Thanks,
Shubham
The text was updated successfully, but these errors were encountered:
Dear @shubhaminnani@LiuJin629 ,
Keeping the size at 5x (224x224) or 10x (224x224) is fine, we've tested it and it works well, as long as all the data stays on the same scale.
Hi @Xiyue-Wang ,
As ctranspath is best working model, I was trying to extract the features for 512 x 512 patch size, but the input of the model is 224 x 224.
As I see in the code it resizes the patch size to 224. But this will change the magnification of input image for eg. if 512 is at 10x, 224 would be approx 4.5x. What do you suggest?
Thanks,
Shubham
The text was updated successfully, but these errors were encountered: