Skip to content

Software installation#

We suggest to use Ubuntu 22.04 for the software stack. Since VisionPilot requires AI packages, we need to install the following packages first.

Prerequisites#

  • CUDA: Optional for GPU processing.
  • OpenCV: For image and video processing.
    • Ubuntu: sudo apt install libopencv-dev
  • ONNX Runtime: For model inference.
  • LibTorch: For tensor manipulation capabilities.

Models#

The following models will be used in the pipeline.