wtyhub / LPN

Pytorch implementation of Each Part Matters: Local Patterns Facilitate Cross-view Geo-localization https://arxiv.org/abs/2008.11646
MIT License
75 stars 13 forks source link

Some Questions about SAFA #4

Open lsl1229840757 opened 3 years ago

lsl1229840757 commented 3 years ago

you said you reimplemented the SAFA with Pytorch in your paper, but I only found the reference of SAFA in your code like these.

image

Could you give me the definition code of SAFA?

wtyhub commented 3 years ago

SAFA+ours is re-implemented using Tensorflow. I will publish the relative code in the later.

lsl1229840757 commented 3 years ago

Thank you very much for replying to me so quickly, but you said that you re-implemented the SAFA model in TensorFlow. Why does its reference appear in the Pytorch code?

wtyhub commented 3 years ago

At that time, I tried to reproduce SAFA using pytorch, but the result I got was not as good as the source code. You can ignore these commented codes