forked from yifanlu0227/ChatSim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
59 lines (59 loc) · 960 Bytes
/
requirements.txt
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
kornia==0.5.0
transformers
torchmetrics
#opencv_python==4.7.0.72 #4.8.1.78
opencv_contrib_python==4.7.0.72 #4.8.1.78
opencv_python_headless==4.7.0.72 #4.8.1.78
tensorflow==2.11.0
waymo-open-dataset-tf-2-11-0==1.6.1
pytorch_lightning==2.0.3
imageio
imageio-ffmpeg
icecream
ipdb==0.13.13
line_profiler==4.1.1
matplotlib
numpy==1.21.5
open3d==0.16.0
openai==0.28.1
pyquaternion
PyYAML
Requests
scipy
Shapely
skylibs==0.7.4
termcolor
tqdm
trimesh
joblib
pandas
albumentations==0.5.2
hydra-core
tabulate
webdataset
timm
wldhx.yadisk-direct
jpeg4py
lmdb
pudb
omegaconf
test-tube>=0.7.5
streamlit>=0.73.1
einops
packaging
easydict
gdown
plyfile
tensorboard
gsplat
gym==0.26.2
stable-baselines3[extra]
protobuf==3.19.6 #3.20.1 # Required for stable-baselines3; conflicts with tensorflow but works for this project, #3.19.6
openai
python-dotenv
aiohttp
multidict
# pip install -r requirements.txt
# 설치 후
# pip install protobuf==3.20.1
# 로 설치 해줘야 함