Scope Visual Object Tracking Software /Download

🚨First Release Published ! See how to try it below.

The software is under active development. New releases are published frequently, so check for updates regularly (at the top of this website or directly on the GitHub Releases page).

Windows version and all-in-one executable files are under development (Only works on Linux).

For now, you need to go by the following instructions to run the Program using the Terminal. You can also install a development environment like Visual Studio Code wich can be easier to use (download the .deb file on the VS Code Website and run "sudo apt install [path_of_the_downloaded_file].deb" in your Terminal, snap installation will not work).

Note: This tutorial is made for Ubuntu. It should work for Debian too, but I don't know for other Linux distribution.

GitHub Preview

Program Source Code (GitHub Repository)

If you want, you can see the code without downloading it with the link above (Source Code).

How to Install

Note: If you already have the software, installing a new release will overwrite your actual one. If you want to keep it, rename the parent folder (the "S-V-O-T" on your desktop).

Running a Program

Note: Before running a program, ensure the Virtual Environment is active with this command (click to copy):

cd ~/Desktop/S-V-O-T && source .venv/bin/activate

You need to enter it in the Linux or the VS Code terminal each time you close it. You should see "(.venv)" at the start of the command line.

If you have installed VS Code:

Open VS Code, expand the "/src" folder, click on the "__main__.py" and run it (arrow at the top) to launch the software or try the demo programs in the "/demo" folder (see Program Explanation below).

If you want to run the programs in the Linux Terminal:

To run a Program, enter "python3 [path_of_the_program].py".

Example: "python3 src/__main__.py" (see Program Explanation below).

Program Explanation

Note: Depending of the release and version you picked, you may not have all the folders and files.

When you enter the S-V-O-T folder (or open it in VS Code), you will see different folders: "/.venv", "/data", "/demo", "/src" and "/tests" (this one doesn't matter). You should also have three files: ".gitignore", "README.md" and "requirements.txt".

The only things that you will use are the "/demo" and "/src" folders: