Visual Studio 2017
NVIDIA Graphic Driver: 461
CUDA: 11.0
CuDNN: 8.0.5
Anaconda & pytorch
Install Anaconda3 python3.7 version
link: https://drive.google.com/file/d/15HXWY7YwSZdV75nPtU3dwV7ZgiuIFKDK/view?usp=sharing
conda create -n [NAME] python=3.7 anaconda
activate [NAME]
conda install pytorch torchvision torchaudio cudatoolkit=11.0 -c pytorch
cmake
Install link: https://ndb796.tistory.com/365
cmake release
cmake --build . --target INSTALL --config Release
File download link: https://drive.google.com/file/d/1Z8Vk0bWU0NJDS8D5_TTW8Flr6vyNrzQL/view?usp=sharing
Make C:\Install folder
unzip ffmpeg.zip and move to C:\Install folder
download in https://developer.nvidia.com/nvidia-video-codec-sdk/download
link: https://drive.google.com/file/d/1l9Of_EL2o0MSEWCWK6d2UUdYlHDZvMOO/view?usp=sharing
unzip Video_Codec_SDK_11.0.10.zip and move to C:\Install folder