pytorch3D 설치방법

YoungJoon Suh·2022년 10월 30일
0
  1. conda create -n pytorch3d python=3.9
  2. conda activate pytorch3d
  3. conda install -c pytorch pytorch=1.9.1 torchvision cudatoolkit=10.2
  4. conda install -c fvcore -c iopath -c conda-forge fvcore iopath
  5. Otherwise download the CUB library from https://github.com/NVIDIA/cub/releases and unpack it to a folder of your choice. Define the environment variable CUB_HOME before building and point it to the directory that contains CMakeLists.txt for CUB.
  6. pip install "git+https://github.com/facebookresearch/pytorch3d.git"
profile
저는 서영준 입니다.

0개의 댓글