0
点赞
收藏
分享

微信扫一扫

Windows 11 安装 SlowFast

沐之轻语 2022-04-29 阅读 87
python

软件版本

  • Python 3.8

硬件环境

  • RTX 3070

具体步骤

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

举报

相关推荐

0 条评论