Skip to content

Latest commit

 

History

History
364 lines (289 loc) · 11 KB

README.md

File metadata and controls

364 lines (289 loc) · 11 KB

Non-Line-of-Sight Vehicle Localization based on Sound

T Junction with a wall, Left particles and sound paths

Site1 left particle path

Site1 right particle path

T Junction with a wall, Right particles and sound paths

Site1 left particle path

Site1 right particle path

T Junction without a wall, Left particles and sound paths

Site1 left particle path

Site1 right particle path

T Junction without a wall, Right particles and sound paths

Site1 left particle path

Site1 right particle path


Qualitative result

image

Quantitative results in ARIL dataset

ARIL Left Right
T Junction with wall Site1 Left Site1 Right
T Junction without wall Site2 Left Site2 Right

Quantitative results in OVAD dataset

OVAD Left Right
T Junction with wall SA2 left SA2 right
T Junction without wall SB1 left SB1 right

Dataset

The dataset is available at here.

Folder Structure (Recommended)

${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

How to run the code

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

Authors

copyright
Autonomous Robot Intelligence Lab, SNU

Mingu Jeon
Jae-Kyung Cho
Hee-Yeun Kim
Byeonggyu Park
Seung-Woo Seo
Seong-Woo Kim