parent
dbccc546d5
commit
2b2ab75eb1
|
@ -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
|
||||
```
|
||||
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
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue