uzh-rpg/rpg_vid2e

More detailed conda installation that works on my machine

TomCC7 opened this issue · 0 comments

TomCC7 commented

Just leave it here in case someone needs

conda create --name vid2e python=3.9
conda activate vid2e
pip install -r rpg_vid2e/requirements.txt
conda install -y -c conda-forge pybind11 matplotlib=3.3 opencv=4.5
conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 cudatoolkit=11.3 -c pytorch
conda install -c "conda-forge/label/broken" cudnn=8.1

My environment:

Linux hostname 6.5.2-arch1-1-g14 #1 SMP PREEMPT_DYNAMIC Sun, 10 Sep 2023 18:48:24 +0000 x86_64 GNU/Linux