commit
d53e598283
|
@ -67,7 +67,7 @@ Our environment has been tested on Ubuntu 22, CUDA 11.8 with A100, A800 and A600
|
||||||
1. Clone our repo and create conda environment
|
1. Clone our repo and create conda environment
|
||||||
```
|
```
|
||||||
git clone https://github.com/buaacyw/MeshAnything.git && cd MeshAnything
|
git clone https://github.com/buaacyw/MeshAnything.git && cd MeshAnything
|
||||||
conda create -n MeshAnything python==3.10.13
|
conda create -n MeshAnything python==3.10.13 -y
|
||||||
conda activate MeshAnything
|
conda activate MeshAnything
|
||||||
pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu118
|
pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu118
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
Loading…
Reference in New Issue