Skip to content

[ACM MobiSys 2024 Demo] Image-based Indoor Localization using Object Detection and LSTM

License

Notifications You must be signed in to change notification settings

sakusaku3939/YoloLSTM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YoloLSTM: Image-based Localization model

"Demo: Image-based Indoor Localization using Object Detection and LSTM" (ACM MobiSys 2024 Demo)

system-overview

Setup

  • Python 3.11

  • Torch 2.0.1+, Torchvision 0.15.2+ and CUDA 11.7+

pip install torch==2.0.1+cu117 torchvision==0.15.2+cu117 --extra-index-url https://download.pytorch.org/whl/cu117
  • Installing Packages
pip install -r requirements.txt

  • Change branch to i208_regression. The master branch cannot be used.
git checkout i208_regression
data_all/
├── train/
├── valid/
└── test/
  • Start learning with the following command.
python main.py

Evaluation

You can compare with other models by setting models/<model_name>/state in config.py to True/False.

About

[ACM MobiSys 2024 Demo] Image-based Indoor Localization using Object Detection and LSTM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published