Versions Compared

Key

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

...

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
languagepy
    # 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