Search
This page is based on the one of RPZ course.
This setup is recommended by Dmytro Mishkin 1. Install Miniconda, Python version 3.X. 2. Run conda CLI. 3. For Linux users run
git clone https://gitlab.fel.cvut.cz/mishkdmy/mpv-python-assignment-templates cd mpv-python-assignment-templates/conda_env_yaml conda env create -f environment-cpu.yml
3* For Windows users:
git clone https://gitlab.fel.cvut.cz/mishkdmy/mpv-python-assignment-templates conda create --name mpv-assignments-cpu-only python=3.6 conda activate mpv-assignments-cpu-only conda install pytorch torchvision cpuonly -c pytorch pip install kornia tqdm notebook matplotlib opencv-contrib-python seaborn tensorboard tensorboardX conda install -c conda-forge widgetsnbextension conda install -c conda-forge ipywidgets
4. a) Activate the environment with
conda activate mpv-assignments-cpu-only
It is possible to do all the work in cloud Google Colab without installing anything. You would need to have Google account though.
!pip install kornia