- Python 3.8
- RTX 3070
conda create - slowfast python=3.8 conda activate slowfastPyTorch
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 pytorchvideoDetectron2
将 ninja.exe 放入 C:WindowsSystem32 文件夹中。
git clone https://github.com/facebookresearch/detectron2.git python -m pip install -e detectron2SlowFast
将setup.py中的 PIL 改为 Pillow 。
python setup.py build develop测试



