English . 简体中文

Getting Started

1.Watch our YouTube channel for AI tracking result.

2.DIY your own AI camera (see above link).

3.Watch our tutorial videos for howtos (see above link).

4.(Optional Purchase) Smart button for quickly capturing action highlights and compilation of highlights.

Running AI Analysis with GPU Support

To use the GPU-accelerated version of Litemoment NX, you need to set up the NVIDIA CUDA environment on your Windows system. Please follow the steps below.

1. Prerequisites

  • Ensure you have an NVIDIA graphics card that supports CUDA 11.8. You can check compatibility on the NVIDIA CUDA GPU list.

2. Install CUDA Toolkit 11.8

  1. Download: Visit the official NVIDIA archive and download the CUDA 11.8 installer for Windows.
  2. Run Installer: Execute the downloaded file. During installation, you can choose the "Express" option. This will automatically set up the necessary system environment variables.
  3. Verify Installation (Optional but Recommended):
    • Open a Command Prompt and type nvcc --version.
    • If installed correctly, it will display the CUDA version (11.8). Also, verify the CUDA_PATH_V11_8 environment variable exists in your System Properties.

3. Install cuDNN 8.x for CUDA 11.8

cuDNN is a GPU-accelerated library for deep neural networks.

  1. Download: You need to download cuDNN v8.x.x for CUDA 11.x from the NVIDIA website. Note: This requires creating a free NVIDIA Developer account.
  2. Install (Manual Copy):
    • Extract the downloaded cuDNN ZIP file.
    • Open the extracted folder (e.g., cuda).
    • Copy the files from the bin, include, and lib directories.
    • Paste these files into the corresponding folders inside your CUDA 11.8 installation directory (typically C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8).

4. Final Verification

Restart your computer after the installation and file copying is complete. Your system should now be ready to run the GPU version of Litemoment NX.