Docker
git clone https://github.com/greatroboticslab/3DAI
cd 3DAIpython -m venv venv # Creates a new virtual environment in the current folder named "venv"
venv\Scripts\activate # Activates the virtual environmentpython3 -m venv .venv # Same as Windows; the dot makes the folder hidden on Linux
source .venv/bin/activate # Activates the virtual environmentpip install -r requirements.txt # Installs all required packagescp enviroment.example .envdocker compose up -dpython3 capture_tool.py