Skip to content

🚀 Installation Guide

DL_Track_US is designed with ease-of-use in mind. Whether you're a developer or completely new to coding, getting started is simple.

We provide two ways to install DL_Track_US:


No programming required

  1. Visit our OSF project page
  2. Download and unzip the file: DL_Track_US_example.zip
  3. Inside the unzipped folder, open:
    DL_Track_US_example/executable/DL_Track_US.exe
  4. Double-click the file to launch the DL_Track_US GUI

🎯 You can now test the app using the provided example files.
Check our Tutorial and Testing sections for more.

⚠️ You might see a warning from your antivirus software. You can safely dismiss it, this app is secure and verified.


Ideal for customization, development, or contributing


Step 1 - Install Anaconda

  • Download and install Anaconda
  • ✅ Be sure to check the box:
    Add Anaconda to my PATH environment variable

Step 2 - Create a virtual environment

conda create -n DL_Track_US0.3.0 python=3.10
conda activate DL_Track_US0.3.0

Step 3 - Install DL_Track_US

Windows users:

pip install DL-Track-US==0.3.0

MacOS users:

  1. Download the repo or just the requirements.txt file from
    GitHub
  2. Navigate to the folder where requirements.txt is located:
cd path/to/DL_Track_US
  1. Install dependencies and the package:
pip install -r requirements.txt
python -m pip install -e .

Step 4 - Start the DL_Track_US GUI

You have two options:

Option A From the installed package:

python -m DL_Track_US

Option B From the cloned repository:

cd DL_Track_US/DL_Track_US
python DL_Track_US_GUI.py

Optional: GPU Setup for Faster Inference

For Windows/NVIDIA users:

  1. Install NVIDIA GPU drivers
  2. Download:
  3. CUDA 11.2
  4. cuDNN 8.5
  5. Follow this video tutorial (minutes 9-13)

For Mac (M1/M2) users:


Need Help?

We're happy to help you get up and running!