Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://github.com/UWARG/computer-vision-python

Software

Setup

Follow the instructions: Python Repository

Install packages:

Code Block
pip install -r requirements.txt
pip install -r requirements-pytorch.txt
pip install -r modules/common/requirements.txt

Usage

Copy the model file (.pt) into the repository.

...

Code Block
python -m main_2023 --cpu

Setup Development

Follow the instructions: Python Repository

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

...