I want to know how do you finetune on VisLoc dataset using your pretrained vit16/convnext model of GTA-UAV dataset. Here are two sub-issues:
- How do you organize your VisLoc dataset? Do you use all 11 subsets in UAV_VisLoc? In UAV_VisLoc, subset '07' is very small and subset '09' is large, satellite image in '09' has been split into 4 parts. have you consider processing sat_09 in
scripts/prepare_dataset/visloc.py?
- How do you finetune your vit16/convnext model, just use code
train_visloc.py ? I have use train_gta.py to pretrain on GTA-UAV and achieve comparable scores, about 85-87 at Recall@1 (GTA-UAV-LR dataset, same_area ). But when I use the best convnext model to finetune on VisLoc by train_visloc.py, I only achieve 40-45 at Recall@1 in same_area scenario, far less than the 80% at Recall@1 released on your paper.
Could you please introduce me about the issues? Thank you.
I want to know how do you finetune on VisLoc dataset using your pretrained vit16/convnext model of GTA-UAV dataset. Here are two sub-issues:
scripts/prepare_dataset/visloc.py?train_visloc.py? I have usetrain_gta.pyto pretrain on GTA-UAV and achieve comparable scores, about 85-87 at Recall@1 (GTA-UAV-LR dataset, same_area ). But when I use the best convnext model to finetune on VisLoc bytrain_visloc.py, I only achieve 40-45 at Recall@1 in same_area scenario, far less than the 80% at Recall@1 released on your paper.Could you please introduce me about the issues? Thank you.