📌

Pytorch3dのインストール

に公開
sudo apt-get install g++
pip install git+https://github.com/facebookresearch/pytorch3d.git

環境はUbuntu22.04.3LTSのanaconda環境。
pip install pytorch3dやcondaではうまく行かなかった。gitからpipでとってくる方法だとうまく行きました。

Discussion