...
Code Block |
---|
pip install -r requirements.txt pip install -r requirements-pytorch.txt pip install -r modules/common/requirements.txt |
If your computer does not have CUDA support, comment out the assertion in main_2023.py :
Code Block | ||
---|---|---|
| ||
# CUDA check, comment out if testing on a computer without CUDA
assert torch.cuda.is_available() |
Make sure to avoid committing this change!
Setup Jetson
Follow the instructions: Jetson
...
CUDA compability information: CUDA and PytorchPyTorch