软件版本
硬件环境
具体步骤
Python 环境
conda create - slowfast python=3.8
conda activate slowfast
PyTorch
conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch
基础类
pip install 'git+https://github.com/facebookresearch/fvcore'
pip install 'git+https://github.com/facebookresearch/fairscale'
pip install simplejson
pip install -U iopath
pip install psutil tensorboard opencv-python moviepy pytorchvideo
Detectron2
git clone https://github.com/facebookresearch/detectron2.git
python -m pip install -e detectron2