RingoWRW97 commited on
Commit
bc5af94
·
verified ·
1 Parent(s): 5a03442

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -8
README.md CHANGED
@@ -1,10 +1,3 @@
1
- ---
2
- license: mit
3
- task_categories:
4
- - feature-extraction
5
- tags:
6
- - localization
7
- ---
8
  # UAV-GeoLoc
9
  This repo contains the large-vocabulary datasets for our paper *UAV-GeoLoc: A Large-vocabulary Dataset and Geometry-Transformed
10
  Method for UAV Geo-Localization*. Given a top-down UAV image, retrieve a corresponding satellite image patch to infer the UAV's location.
@@ -30,6 +23,9 @@ unzip Country.zip
30
  # For Terrain
31
  cat Terrain.zip.* > Terrain.zip
32
  unzip Terrain.zip
 
 
 
33
  ```
34
 
35
  ### 🖼️ Dataset Structure
@@ -79,5 +75,11 @@ Each file defines a specific subset of the dataset used for:
79
  - `*.txt`: only train on `terrain` class
80
  - `*_all.txt`: Union of all images in a given category
81
 
 
 
 
 
82
  ## 📄 License
83
- This project is licensed under the MIT License. You are free to use, modify, and distribute the dataset for academic and research purposes.
 
 
 
 
 
 
 
 
 
 
1
  # UAV-GeoLoc
2
  This repo contains the large-vocabulary datasets for our paper *UAV-GeoLoc: A Large-vocabulary Dataset and Geometry-Transformed
3
  Method for UAV Geo-Localization*. Given a top-down UAV image, retrieve a corresponding satellite image patch to infer the UAV's location.
 
23
  # For Terrain
24
  cat Terrain.zip.* > Terrain.zip
25
  unzip Terrain.zip
26
+
27
+ # For Rot
28
+ unzip Rot.zip
29
  ```
30
 
31
  ### 🖼️ Dataset Structure
 
75
  - `*.txt`: only train on `terrain` class
76
  - `*_all.txt`: Union of all images in a given category
77
 
78
+ ## 📸 Result on Rot
79
+ ![Result](rot_1.png)
80
+ ‘Fire’ denotes results trained on our proposed dataset. ‘Box’ indicates that the model is trained with the LPN method.
81
+
82
  ## 📄 License
83
+ This dataset is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0).
84
+ Any modification of the dataset is strictly prohibited. The imagery was collected using Google Earth Studio, and appropriate attribution to Google must be provided in any derivative work or publication.
85
+