gmberton / EigenPlaces

Official code for ICCV 2023 paper "EigenPlaces: Training Viewpoint Robust Models for Visual Place Recognition"
MIT License
109 stars 4 forks source link

About test image size #9

Closed shuimushan closed 7 months ago

shuimushan commented 7 months ago

Does EigenPlaces resize the images when testing? It seems test images remain original sizes before going into the model.

gmberton commented 7 months ago

That is correct, images are not resized. If you want to add a resize at test time, just add it here