...
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
...