ARIL | Left | Right |
---|---|---|
T Junction with wall | ||
T Junction without wall |
OVAD | Left | Right |
---|---|---|
T Junction with wall | ||
T Junction without wall |
The dataset is available at here.
${ROOT}
├── ARILDataset # Dataset
| ├── SA # T-Junction with a wall
| | ├── left # Direction of travel for NLoS vehicle
| | | ├── [Scenario name]
| | | | ├── .wav # sound file
| | | | ├── .csv # result of SRP-PHAT algorithm
| | | | └── .xlsx # ground_truth
| | └── right
| └── SB # T-Junction without a wall
├── config
└── utils
SRP-PHAT algorithm running first
sh featureExtract.sh
For localization test
sh localization_test.sh
For making azimuth map
python azimuth.py
For calculating RMSE
python rmse.py
copyright
Autonomous Robot Intelligence Lab, SNU
Mingu Jeon
Jae-Kyung Cho
Hee-Yeun Kim
Byeonggyu Park
Seung-Woo Seo
Seong-Woo Kim