Go to file
Gašper Spagnolo 9bcd327b85 Add option to save the model and test it using stored weights 2023-03-19 20:36:08 +01:00
code Add option to save the model and test it using stored weights 2023-03-19 20:36:08 +01:00
paper Add paper 2023-03-19 14:37:46 +01:00
README.md Update requirements.txt 2023-03-19 11:23:11 +01:00

README.md

UAV Localization

Setup environment

cd ./code/ && python -m venv .venv
. ./.venv/bin/activate
pip install -r requirements.txt

Lint

black ./code