wfs123456/CCTrans

How could I modify the network so it can take images of greater size as input?

Opened this issue · 2 comments

Hello, so I'm doing a comparative study with other similar networks and I want all of them to take as input 384x384 images. I tried to register a new model, similar to CCTrans_large, which allows input of 256x256, but modifying the hyperparameters so it could fit 384x384 images. The problem is I dont know what to tweak in order to accomplish it. What should I put attention to, or change, in order to configure the model correctly for images of 384x384? (or any desired size?)

Ok, it seems that it works! thanks! can I ask exactly what was changed here so the model could work correctly?