Datasets:

License:
rassulya commited on
Commit
1a5067b
·
verified ·
1 Parent(s): c21d152

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -10
README.md CHANGED
@@ -1,19 +1,11 @@
1
  # IMUWiFine: End-to-End Sequential Indoor Localization
2
 
3
- **Repository:** https://github.com/IS2AI/IMUWiFine
4
-
5
- **Summary:**
6
-
7
- This repository provides the source code for the paper "End-to-End Sequential Indoor Localization Using Smartphone Inertial Sensors and WiFi" (Nurpeiissov et al., 2022). The code implements an end-to-end sequential indoor localization architecture using a PyTorch-based model. This architecture takes as input WiFi Received Signal Strength Indicators (RSSI) and Inertial Measurement Unit (IMU) readings from a smartphone and outputs estimated (x, y, z) coordinates. The model architecture comprises a stack of ReLU, LSTM, and regression layers. The dataset, available separately, is divided into training, validation, and testing sets. The code allows for training the model and automatic evaluation on the testing set.
8
 
9
  **Dataset Information:**
10
 
11
  The dataset used for training and evaluation is available separately at [ISSAI](https://issai.nu.edu.kz/imuwifine) and consists of train, test and validation folders. Specific file paths must be set within the `train.py` script.
12
-
13
- **Model Architecture:**
14
-
15
- The model utilizes a sequential architecture combining ReLU, LSTM, and regression layers to process the combined IMU and WiFi data for indoor localization.
16
-
17
 
18
  **Citation:**
19
 
 
1
  # IMUWiFine: End-to-End Sequential Indoor Localization
2
 
 
 
 
 
 
3
 
4
  **Dataset Information:**
5
 
6
  The dataset used for training and evaluation is available separately at [ISSAI](https://issai.nu.edu.kz/imuwifine) and consists of train, test and validation folders. Specific file paths must be set within the `train.py` script.
7
+ The following github repository provides the source code for the paper "End-to-End Sequential Indoor Localization Using Smartphone Inertial Sensors and WiFi" (Nurpeiissov et al., 2022). The code implements an end-to-end sequential indoor localization architecture using a PyTorch-based model. This architecture takes as input WiFi Received Signal Strength Indicators (RSSI) and Inertial Measurement Unit (IMU) readings from a smartphone and outputs estimated (x, y, z) coordinates. The model architecture comprises a stack of ReLU, LSTM, and regression layers. The dataset, available separately, is divided into training, validation, and testing sets. The code allows for training the model and automatic evaluation on the testing set.
8
+ **Repository:** https://github.com/IS2AI/IMUWiFine
 
 
 
9
 
10
  **Citation:**
11