Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ytao-wang authored Sep 18, 2024
1 parent d2375c2 commit c849ef2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This repo contains the official implementation of the ACM MM 2024 paper

### MFRGN: Multi-scale Feature Representation Generalization Network for Ground-to-Aerial Geo-localization
## MFRGN: Multi-scale Feature Representation Generalization Network for Ground-to-Aerial Geo-localization

<center>Yuntao Wang, Jinpu Zhang, Ruonan Wei, Wenbo Gao, Yuehuan Wang*</center>

Expand All @@ -14,15 +14,15 @@ This code is based on the [Sample4Geo](https://github.com/Skyy93/Sample4Geo) fra



#### Dataset Preparation
### Dataset Preparation

To accelerate training/test time, you can run `data_preparation.py`, which implements image transformation (from '.jpg'/'.png' to '.pt') and cropping (similar to [SAFA](https://github.com/shiyujiao/cross_view_localization_SAFA)).

When you process images from '.jpg'/'.png' to '.pt', you should set `ext='pt'` in `sample4geo/dataset/*.py`

Also, if you are experiencing network errors about the backbone, you may need to download the backbone weights offline and put them into the `pretrained` folder.

#### Results
### Results

We provide our pretrained results: [MFRGN-pretained.zip](https://pan.baidu.com/s/1LMYpQVHeV99u4u28jtlrjw) [BaiduYun, Password: 1234], which contains pretrained weight files or files necessary to train certain network configurations (e.g. distance_dict, convnext backbone weights).

Expand Down

0 comments on commit c849ef2

Please sign in to comment.