Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 751 Bytes

INSTALL.md

File metadata and controls

22 lines (16 loc) · 751 Bytes

Installation

Requirements

The MVTorch library is primarily written in PyTorch, with some components utilizing CUDA for enhanced performance. It is recommended to use it with a GPU in order to access all features.

  1. install Pytorch3d (depending on your system from here)
conda create -n mvtorchenv python=3.9
conda activate mvtorchenv
conda install pytorch==1.10.0 torchvision==0.11.0 torchaudio==0.10.0 cudatoolkit=10.2 -c pytorch
conda install -c fvcore -c iopath -c conda-forge fvcore iopath
conda install -c bottler nvidiacub
conda install pytorch3d -c pytorch3d
  1. install mvtorch
pip install git+https://github.com/ajhamdi/mvtorch