...
https://github.com/UWARG/computer-vision-python
Software
...
Development setup
Follow the instructions: Python Repository Autonomy Workflow Software
Install packages:
Code Block |
---|
pip install -r requirements.txt pip install -r requirements-pytorch.txt pip install -r modules/common/requirements.txt |
Jetson setup
Follow the instructions: Jetson
Usage
Copy the model file (.pt) into the repository.
In config.yaml
, update model_path
to point to the model file.
Activate the environment: Python Repository Autonomy Workflow Software
Enter the commands :
Code Block |
---|
git checkout main git pull git submodule update --remote python -m main_2024 |
If your computer does not not have CUDA support, add --cpu
to force the program to use the cpuCPU:
Code Block |
---|
python -m main_2024 --cpu |
Jetson setup
Follow the instructions: Jetson Other options are available. See them by using -h
.
Hardware
NVIDIA Jetson TX2i: Jetson
...