Versions Compared

Key

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

...

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

In config.yaml, update model_path to point to the model file.

...

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

Other options are available. See them by using -h .

Hardware

NVIDIA Jetson TX2i: Jetson

...