Creating CTranspath features for 512 x 512 patch size
Opened this issue · 2 comments
shubhaminnani commented
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
LiuJin629 commented
@shubhaminnani I have the same question!!
Xiyue-Wang commented
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.