Go to file
Gašper Spagnolo f11325bfec Decrease batch size, epoch20 failed on my GPU 2023-03-19 15:22:17 +01:00
code Decrease batch size, epoch20 failed on my GPU 2023-03-19 15:22:17 +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