-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathinstall.sh
35 lines (30 loc) · 1.07 KB
/
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# conda remove -n tram --all -y
# conda create -n tram python=3.10 -y
# conda activate tram
conda install -c "nvidia/label/cuda-11.8.0" cuda-toolkit
pip install torch==2.4.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
pip install pytorch-lightning
pip install 'git+https://github.com/facebookresearch/detectron2.git@a59f05630a8f205756064244bf5beb8661f96180'
pip install "git+https://github.com/facebookresearch/pytorch3d.git@stable"
pip install torch-scatter -f https://data.pyg.org/whl/torch-2.4.0+cu118.html
conda install -c conda-forge suitesparse
pip install pulp
pip install supervision
pip install open3d
pip install opencv-python
pip install loguru
pip install git+https://github.com/mattloper/chumpy
pip install einops
pip install plyfile
pip install pyrender
pip install segment_anything
pip install scikit-image
pip install smplx
pip install timm==0.6.7
pip install evo
pip install pytorch-minimize
pip install imageio[ffmpeg]
pip install numpy==1.23
pip install gdown
pip install openpyxl
# pip install git+https://github.com/princeton-vl/lietorch.git