...
Follow the instructions: Autonomy Workflow Software
Install packagesIn short:
Code Block | ||
---|---|---|
| ||
git clone https://github.com/UWARG/computer-vision-python.git
python -m venv --system-site-packages venv/
./setup_project.ps1 OR source ./setup_project.sh
./venv/Scripts/Activate.ps1 OR source ./venv/bin/activate |
Usage - development
Copy the model file (.pt) into the repository.
...
Other options are available. See them by using -h
.
You are going to need to setup Mission Planner to fully test the code: https://uwarg-docs.atlassian.net/wiki/x/AYCNhQ .
Raspberry Pi setup & usage
...