Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,40 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
-
|
4 |
-
## **Key Information**:
|
5 |
-
**Tags:**: WiFi, localization, indoor positioning, fine-grained
|
6 |
-
**Tasks:** Indoor localization
|
7 |
-
**Dataset Type:** Tabular
|
8 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- wifi
|
5 |
+
- localization
|
6 |
+
pretty_name: wifine
|
7 |
+
size_categories:
|
8 |
+
- 100K<n<1M
|
9 |
+
---
|
10 |
+
# WiFine
|
11 |
+
**Paper:** [Finer-level Sequential WiFi-based Indoor Localization](https://ieeexplore.ieee.org/abstract/document/9382623)
|
12 |
|
13 |
+
**GitHub:** [https://github.com/IS2AI/WiFine](https://github.com/IS2AI/WiFine)
|
|
|
|
|
|
|
|
|
14 |
|
15 |
+
**Description:** A finer-level sequential dataset of WiFi received signal strengths (RSS).
|
16 |
+
The dataset contains 290 trajectories collected across 3 floors of C4 building of Nazarbayev University.
|
17 |
+
The RSS values with corresponding position coordinates (x,y,z) are recorded around every 5 seconds.
|
18 |
+
| #Buildings | #Floors | #Wireless access points (WAP) | Area (m<sup>2</sup>)
|
19 |
+
|:-----------:|:---------:|:-----------------------------:|:--------:
|
20 |
+
| 1 | 3 | 436 |9,564
|
21 |
+
|
22 |
+
| Sets |#Trajectories |#Reference points (RP) |#Samples |Total length (m) | Total duration (s)
|
23 |
+
|:---------:|:-------------:|:-----------------------:|:---------:|:---------------:|:---------:
|
24 |
+
|Train |120 |18,975 |18,975 |≈31,814 |112,321
|
25 |
+
|Validation |85 |3,034 |3,034 |≈4,789 |17,280
|
26 |
+
|Test |85 |3,781 |3,781 |≈6,162 |22,116
|
27 |
+
|**Total** |**290** |**25,790** |**25,790** |**≈42,765** |**151,717**
|
28 |
+
|
29 |
+
|
30 |
+
**Citation:**
|
31 |
+
```bibtex
|
32 |
+
@inproceedings{khassanov2021finer,
|
33 |
+
title={Finer-level Sequential WiFi-based Indoor Localization},
|
34 |
+
author={Khassanov, Yerbolat and Nurpeiissov, Mukhamet and Sarkytbayev, Azamat and Kuzdeuov, Askat and Varol, Huseyin Atakan},
|
35 |
+
booktitle={2021 IEEE/SICE International Symposium on System Integration (SII)},
|
36 |
+
pages={163--169},
|
37 |
+
year={2021},
|
38 |
+
organization={IEEE}
|
39 |
+
}
|
40 |
+
```
|