-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathenvironment.yml
More file actions
74 lines (61 loc) · 1.33 KB
/
environment.yml
File metadata and controls
74 lines (61 loc) · 1.33 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
name: geosvr
### Used to specify CUDA version temporarily.
# export CPATH=/usr/local/cuda-11.7/targets/x86_64-linux/include:$CPATH
# export LD_LIBRARY_PATH=/usr/local/cuda-11.7/targets/x86_64-linux/lib:$LD_LIBRARY_PATH
# export PATH=/usr/local/cuda-11.7/bin:$PATH
# export CUDA_HOME=/usr/local/cuda-11.7/
channels:
- pytorch
- nvidia
- conda-forge
- defaults
dependencies:
- python=3.9
- pip=24.2
- pytorch==1.13.1
- torchvision==0.14.1
- torchaudio==0.13.1
- pytorch-cuda=11.7
- mkl==2023.1.0
- numpy==1.26.3
- pip:
- einops
- opencv-python
- yacs
- tqdm
- natsort
- argparse
- pillow
- imageio
- imageio-ffmpeg
- scikit-image
- plyfile
- shapely
- trimesh==4.0.4
- open3d==0.18.0
- gpytoolbox
- transformers==4.49.0
- lpips
- pytorch-msssim
- git+https://github.com/rahul-goel/fused-ssim.git@3006269823fc28110ba44686a172cbd59ec01bc3
### Below are the pip requirements.txt.
# numpy==1.26.3
# einops
# opencv-python
# yacs
# tqdm
# natsort
# argparse
# pillow
# imageio
# imageio-ffmpeg
# scikit-image
# plyfile
# shapely
# trimesh==4.0.4
# open3d==0.18.0
# gpytoolbox
# transformers==4.49.0
# lpips
# pytorch-msssim
# git+https://github.com/rahul-goel/fused-ssim.git@3006269823fc28110ba44686a172cbd59ec01bc3