Skip to content
Snippets Groups Projects
Commit 012efdef authored by bisig daniel - dbisig's avatar bisig daniel - dbisig
Browse files

added installers for qtm environment

parent e40233d6
No related branches found
No related tags found
No related merge requests found
REM Installation Script for Ultralytics Conda Environment
REM Windows GPU (CUDA 11.8) Version
set CONDA_PATH=C:\Users\%USERNAME%\anaconda3
set ENV_NAME=qtm
set PYTHON_VERSION=3.8
call %CONDA_PATH%\Scripts\activate.bat
REM Add Conda Channels
call conda config --add channels conda-forge
REM Create Conda Environment
echo Create Conda Environment
call conda create --name %ENV_NAME% python=%PYTHON_VERSION% -y
call conda activate %ENV_NAME%
echo Install Packages
echo install qtm
pip install qtm
echo install python-osc
pip install python-osc
echo Anaconda environment %ENV_NAME% has been created and activated.
pause
\ No newline at end of file
# Manual Installation Instructions for qtm Conda Environment
# Windows Version
# Prerequisites
# Install Anaconda (https://www.anaconda.com/download/success)
# create conda environment
conda create --name qtm python=3.8
# activate conda environment
conda activate qtm
# add conda forge as additional default channel
conda config --add channels conda-forge
# install pip packages
pip install qtm
pip install python-osc
name: ultralytics
channels:
- pytorch
- nvidia
- conda-forge
- defaults
dependencies:
- absl-py=1.4.0
- aiohttp=3.8.4
- aiosignal=1.3.1
- alabaster=0.7.13
- anyio=3.7.1
- aom=3.5.0
- argon2-cffi=21.3.0
- argon2-cffi-bindings=21.2.0
- arrow=1.2.3
- astroid=2.15.6
- asttokens=2.2.1
- async-timeout=4.0.2
- atomicwrites=1.4.1
- attrs=23.1.0
- audioread=3.0.0
- autopep8=2.0.2
- babel=2.12.1
- backcall=0.2.0
- backports=1.0
- backports.functools_lru_cache=1.6.5
- bcrypt=3.2.2
- beautifulsoup4=4.12.2
- binaryornot=0.4.4
- black=23.7.0
- blas=2.117
- blas-devel=3.9.0
- bleach=6.0.0
- blinker=1.6.2
- blosc=1.21.4
- brotli=1.0.9
- brotli-bin=1.0.9
- brotlipy=0.7.0
- bullet-cpp=3.24
- bzip2=1.0.8
- c-ares=1.19.1
- c-blosc2=2.10.0
- ca-certificates=2023.7.22
- cachetools=5.3.1
- cairo=1.16.0
- certifi=2023.7.22
- cffi=1.15.1
- cfitsio=4.2.0
- chardet=5.1.0
- charls=2.4.2
- charset-normalizer=3.2.0
- click=8.1.5
- cloudpickle=2.2.1
- colorama=0.4.6
- comm=0.1.3
- contourpy=1.1.0
- cookiecutter=2.2.3
- cryptography=41.0.2
- cuda-cccl=12.0.90
- cuda-cccl-impl=2.0.1
- cuda-cccl_win-64=12.0.90
- cuda-cudart=11.7.99
- cuda-cudart-dev=11.7.99
- cuda-cupti=11.7.101
- cuda-libraries=11.7.1
- cuda-libraries-dev=11.7.1
- cuda-nvrtc=11.7.99
- cuda-nvrtc-dev=11.7.99
- cuda-nvtx=11.7.91
- cuda-runtime=11.7.1
- cuda-version=12.0
- cycler=0.11.0
- dav1d=1.2.1
- debugpy=1.6.7
- decorator=5.1.1
- defusedxml=0.7.1
- diff-match-patch=20230430
- dill=0.3.6
- docstring-to-markdown=0.12
- docutils=0.20.1
- easydict=1.9
- einops=0.6.0
- entrypoints=0.4
- exceptiongroup=1.1.2
- executing=1.2.0
- expat=2.5.0
- ffmpeg=5.1.2
- filelock=3.12.2
- flake8=6.0.0
- flit-core=3.9.0
- font-ttf-dejavu-sans-mono=2.37
- font-ttf-inconsolata=3.000
- font-ttf-source-code-pro=2.038
- font-ttf-ubuntu=0.83
- fontconfig=2.14.2
- fonts-conda-ecosystem=1
- fonts-conda-forge=1
- fonttools=4.41.0
- freeglut=3.2.2
- freetype=2.12.1
- frozenlist=1.4.0
- gettext=0.21.1
- giflib=5.2.1
- glib=2.76.4
- glib-tools=2.76.4
- google-auth=2.22.0
- google-auth-oauthlib=1.0.0
- graphite2=1.3.13
- grpcio=1.54.2
- gst-plugins-base=1.22.4
- gstreamer=1.22.4
- gym=0.26.1
- gym-notices=0.0.8
- harfbuzz=6.0.0
- icu=70.1
- idna=3.4
- imagecodecs=2023.1.23
- imageio=2.31.1
- imagesize=1.4.1
- importlib-metadata=6.8.0
- importlib_metadata=6.8.0
- importlib_resources=6.0.0
- inflection=0.5.1
- intel-openmp=2023.1.0
- intervaltree=3.1.0
- ipykernel=6.24.0
- ipython=8.14.0
- ipython_genutils=0.2.0
- ipywidgets=8.0.7
- isort=5.12.0
- jaraco.classes=3.3.0
- jasper=2.0.33
- jedi=0.18.2
- jellyfish=1.0.0
- jinja2=3.1.2
- joblib=1.3.0
- jpeg=9e
- jsonschema=4.18.3
- jsonschema-specifications=2023.6.1
- jupyter=1.0.0
- jupyter_client=8.3.0
- jupyter_console=6.6.3
- jupyter_core=5.3.1
- jupyter_events=0.6.3
- jupyter_server=2.7.0
- jupyter_server_terminals=0.4.4
- jupyterlab_pygments=0.2.2
- jupyterlab_widgets=3.0.8
- jxrlib=1.1
- keyring=24.2.0
- kiwisolver=1.4.4
- krb5=1.20.1
- lame=3.100
- lazy-object-proxy=1.9.0
- lazy_loader=0.2
- lcms2=2.15
- lerc=4.0.0
- libabseil=20230125.3
- libaec=1.0.6
- libavif=0.11.1
- libblas=3.9.0
- libbrotlicommon=1.0.9
- libbrotlidec=1.0.9
- libbrotlienc=1.0.9
- libcblas=3.9.0
- libclang=15.0.7
- libclang13=15.0.7
- libcublas=11.10.3.66
- libcublas-dev=11.10.3.66
- libcufft=10.7.2.124
- libcufft-dev=10.7.2.124
- libcurand=10.3.1.50
- libcurand-dev=10.3.1.50
- libcurl=8.1.2
- libcusolver=11.4.0.1
- libcusolver-dev=11.4.0.1
- libcusparse=11.7.4.91
- libcusparse-dev=11.7.4.91
- libdeflate=1.17
- libexpat=2.5.0
- libffi=3.4.2
- libflac=1.4.3
- libglib=2.76.4
- libgrpc=1.54.2
- libhwloc=2.9.1
- libiconv=1.17
- liblapack=3.9.0
- liblapacke=3.9.0
- libnpp=11.7.4.75
- libnpp-dev=11.7.4.75
- libnvjpeg=11.8.0.2
- libnvjpeg-dev=11.8.0.2
- libogg=1.3.4
- libopencv=4.7.0
- libopus=1.3.1
- libpng=1.6.39
- libprotobuf=3.21.12
- librosa=0.10.0
- libsndfile=1.2.0
- libsodium=1.0.18
- libspatialindex=1.9.3
- libsqlite=3.42.0
- libssh2=1.11.0
- libtiff=4.5.0
- libuv=1.44.2
- libvorbis=1.3.7
- libwebp=1.3.1
- libwebp-base=1.3.1
- libxcb=1.13
- libxml2=2.11.4
- libzlib=1.2.13
- libzopfli=1.0.3
- llvmlite=0.40.1
- lpips=0.1.3
- lz4-c=1.9.4
- m2w64-gcc-libgfortran=5.3.0
- m2w64-gcc-libs=5.3.0
- m2w64-gcc-libs-core=5.3.0
- m2w64-gmp=6.1.0
- m2w64-libwinpthread-git=5.0.0.4634.697f757
- markdown=3.4.3
- markupsafe=2.1.3
- matplotlib=3.6.3
- matplotlib-base=3.6.3
- matplotlib-inline=0.1.6
- mccabe=0.7.0
- mistune=3.0.0
- mkl=2022.1.0
- mkl-devel=2022.1.0
- mkl-include=2022.1.0
- more-itertools=9.1.0
- mpg123=1.31.3
- mpmath=1.3.0
- msgpack-python=1.0.5
- msys2-conda-epoch=20160418
- multidict=6.0.4
- munkres=1.1.4
- mypy_extensions=1.0.0
- nbclassic=1.0.0
- nbclient=0.8.0
- nbconvert=7.6.0
- nbconvert-core=7.6.0
- nbconvert-pandoc=7.6.0
- nbformat=5.9.1
- nest-asyncio=1.5.6
- networkx=3.1
- notebook=6.5.4
- notebook-shim=0.2.3
- numba=0.57.1
- numpy=1.24.4
- numpydoc=1.5.0
- oauthlib=3.2.2
- opencv=4.7.0
- openh264=2.3.1
- openjpeg=2.5.0
- openssl=3.1.2
- overrides=7.3.1
- packaging=23.1
- pandas=1.5.3
- pandoc=3.1.3
- pandocfilters=1.5.0
- paramiko=3.2.0
- parso=0.8.3
- pathspec=0.11.1
- patsy=0.5.3
- pcre2=10.40
- pexpect=4.8.0
- pickleshare=0.7.5
- pillow=9.4.0
- pip=23.2
- pixman=0.40.0
- pkgutil-resolve-name=1.3.10
- platformdirs=3.9.0
- pluggy=1.2.0
- ply=3.11
- pooch=1.7.0
- prometheus_client=0.17.1
- prompt-toolkit=3.0.39
- prompt_toolkit=3.0.39
- protobuf=4.21.12
- psutil=5.9.5
- pthread-stubs=0.4
- pthreads-win32=2.9.1
- ptyprocess=0.7.0
- pure_eval=0.2.2
- py-cpuinfo=9.0.0
- py-opencv=4.7.0
- pyasn1=0.4.8
- pyasn1-modules=0.2.7
- pybullet=3.24
- pycodestyle=2.10.0
- pycparser=2.21
- pydocstyle=6.3.0
- pyflakes=3.0.1
- pygments=2.15.1
- pyjwt=2.7.0
- pylint=2.17.4
- pylint-venv=3.0.2
- pyls-spyder=0.4.0
- pynacl=1.5.0
- pyopengl=3.1.6
- pyopenssl=23.2.0
- pyparsing=3.1.0
- pyqt=5.15.7
- pyqt5-sip=12.11.0
- pyqtgraph=0.13.2
- pyqtwebengine=5.15.7
- pysocks=1.7.1
- pysoundfile=0.12.1
- python=3.10.9
- python-dateutil=2.8.2
- python-fastjsonschema=2.17.1
- python-json-logger=2.0.7
- python-lsp-black=1.3.0
- python-lsp-jsonrpc=1.0.0
- python-lsp-server=1.7.4
- python-lsp-server-base=1.7.4
- python-slugify=8.0.1
- python_abi=3.10
- pytoolconfig=1.2.5
- pytorch=2.0.0
- pytorch-cuda=11.7
- pytorch-mutex=1.0
- pytz=2023.3
- pyu2f=0.1.5
- pywavelets=1.4.1
- pywin32=304
- pywin32-ctypes=0.2.2
- pywinpty=2.0.11
- pyyaml=6.0
- pyzmq=25.1.0
- qdarkstyle=3.0.3
- qstylizer=0.2.2
- qt-main=5.15.8
- qt-webengine=5.15.8
- qtawesome=1.2.3
- qtconsole=5.4.3
- qtconsole-base=5.4.3
- qtpy=2.3.1
- re2=2023.03.02
- referencing=0.29.1
- requests=2.31.0
- requests-oauthlib=1.3.1
- rfc3339-validator=0.1.4
- rfc3986-validator=0.1.1
- rope=1.9.0
- rpds-py=0.8.10
- rsa=4.9
- rtree=1.0.1
- scikit-image=0.21.0
- scikit-learn=1.2.2
- scipy=1.10.1
- seaborn=0.12.2
- seaborn-base=0.12.2
- send2trash=1.8.2
- setuptools=68.0.0
- sip=6.7.9
- six=1.16.0
- snappy=1.1.10
- sniffio=1.3.0
- snowballstemmer=2.2.0
- sortedcontainers=2.4.0
- soupsieve=2.3.2.post1
- soxr=0.1.3
- soxr-python=0.3.5
- sphinx=7.0.1
- sphinxcontrib-applehelp=1.0.4
- sphinxcontrib-devhelp=1.0.2
- sphinxcontrib-htmlhelp=2.0.1
- sphinxcontrib-jsmath=1.0.1
- sphinxcontrib-qthelp=1.0.3
- sphinxcontrib-serializinghtml=1.1.5
- spyder=5.4.2
- spyder-kernels=2.4.4
- stack_data=0.6.2
- statsmodels=0.14.0
- svt-av1=1.4.1
- sympy=1.12
- tbb=2021.9.0
- tensorboard=2.12.2
- tensorboard-data-server=0.7.0
- tensorboard-plugin-wit=1.8.1
- terminado=0.17.0
- text-unidecode=1.3
- textdistance=4.5.0
- threadpoolctl=3.2.0
- three-merge=0.1.1
- tifffile=2023.7.10
- tinycss2=1.2.1
- tk=8.6.12
- toml=0.10.2
- tomli=2.0.1
- tomlkit=0.11.8
- torchdata=0.6.0
- torchtext=0.15.0
- tornado=6.3.2
- tqdm=4.65.0
- traitlets=5.9.0
- transforms3d=0.4.1
- typing-extensions=4.7.1
- typing_extensions=4.7.1
- typing_utils=0.1.0
- tzdata=2023c
- ucrt=10.0.22621.0
- ujson=5.7.0
- ultralytics=8.0.170
- unicodedata2=15.0.0
- unidecode=1.3.6
- urllib3=1.26.15
- vc=14.3
- vc14_runtime=14.36.32532
- vs2015_runtime=14.36.32532
- watchdog=3.0.0
- wcwidth=0.2.6
- webencodings=0.5.1
- websocket-client=1.6.1
- werkzeug=2.3.6
- whatthepatch=1.0.5
- wheel=0.40.0
- widgetsnbextension=4.0.8
- win_inet_pton=1.1.0
- winpty=0.4.3
- wrapt=1.15.0
- x264=1!164.3095
- x265=3.5
- xorg-libxau=1.0.11
- xorg-libxdmcp=1.1.3
- xz=5.2.6
- yaml=0.2.5
- yapf=0.33.0
- yarl=1.9.2
- zeromq=4.3.4
- zfp=1.0.0
- zipp=3.16.2
- zlib=1.2.13
- zlib-ng=2.0.7
- zstd=1.5.2
- pip:
- a-unet==0.0.16
- augment==0.4
- bleak==0.20.2
- bleak-winrt==1.2.0
- data-science-types==0.2.23
- einops-exts==0.0.4
- julius==0.2.7
- pyaudio==0.2.13
- python-osc==1.8.1
- simpleaudio==1.0.4
- torchaudio==2.0.0
- torchvision==0.15.0
prefix: C:\Users\dbisig\anaconda3\envs\ultralytics
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment