Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 534 Bytes

INSTALL.md

File metadata and controls

20 lines (14 loc) · 534 Bytes

Requirements

To set up the environment with conda:

conda create --name vid_feats python=3.9
conda activate vid_feats

Please visit the PyTorch official website and follow the installation guide to install torch, torchvision, and torchaudio that works for your system. The following command work for CUDA 11.7:

pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2

Install other dependencies:

python -m pip install -r requirements.txt