Datasets:
Yux1angJi
commited on
Commit
·
b565b19
1
Parent(s):
61a0a05
update README
Browse files
README.md
CHANGED
@@ -8,6 +8,13 @@ size_categories:
|
|
8 |
---
|
9 |
|
10 |
# GTA-UAV dataset
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
For more information, please check our [project page](https://yux1angji.github.io/game4loc/).
|
12 |
|
13 |
## Sources
|
|
|
8 |
---
|
9 |
|
10 |
# GTA-UAV dataset
|
11 |
+
```bash
|
12 |
+
# Merge splited files
|
13 |
+
cat drone_part_* > drone.tar.gz
|
14 |
+
# Extract the archive
|
15 |
+
tar -xzvf drone.tar.gz
|
16 |
+
tar -xzvf satellite.tar.gz
|
17 |
+
```
|
18 |
For more information, please check our [project page](https://yux1angji.github.io/game4loc/).
|
19 |
|
20 |
## Sources
|