___ __ _ ___
/ | _____/ /____| | / (_)____
/ /| | / ___/ __/ _ \ | / / / ___/
/ ___ |/ / / /_/ __/ |/ / (__ )
/_/ |_/_/ \__/\___/|___/_/____/
$ python -m venv .venv
$ .\.activate.ps1$ python -m venv .venv
$ source ./venv/bin/activate$ python -m pip install --upgrade pip
$ python -m pip install wheel
$ python -m pip install torch --index-url https://download.pytorch.org/whl/cu126
$ python -m pip install -r requirements.txt$ python -m src.artevisusage: artevis [-h] [--cache] [--device {cpu,cuda}] [--steps <steps>] [--fps fps] [--size <size>]
[--project <project>]
options:
-h, --help show this help message and exit
--cache Enable caching / storage of models in output folder
--device {cpu,cuda} device used for training (default: cpu)
--steps <steps> number of training steps (default: 5e+04)
--fps fps FPS (default: 6e+00)
--size <size> size of trained image (default: 256)
--project <project> choose project (default: mona)

