Overview

處理 3D 資料的好東 C。

Installation

  1. 從 Github 安裝(方便)

    pip install "git+https://github.com/facebookresearch/pytorch3d.git@stable"
    
  2. 下載到本地安裝

    git clone <https://github.com/facebookresearch/pytorch3d.git>
    cd pytorch3d && pip install -e .
    

Reference