-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
44 lines (36 loc) · 1.19 KB
/
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
# NOTE: install torch with CUDA 12.4 first!
# main dependencies (must be installed)
torchinfo==1.8.0
opencv-python==4.10.0.84
pillow==10.4.0
psutil==6.1.0
matplotlib==3.9.2
open3d==0.18.0 # https://www.open3d.org/docs/latest/getting_started.html
#grad-cam==1.5.4
albumentations==1.4.21
# log tools (must be installed)
loguru==0.7.2
rich==13.9.4
swanlab==0.3.25
#tqdm==4.66.5
# export tools (optional)
onnx==1.17.0
onnxruntime-gpu==1.20.0
onnxscript==0.1.0.dev20241102
onnxsim==0.4.36
torch-tensorrt==2.5.0 # https://pytorch.org/TensorRT/getting_started/installation.html#installation
tensorrt==10.3.0
# pip install "nvidia-modelopt[all]~=0.19.0" --extra-index-url https://pypi.nvidia.com # https://nvidia.github.io/TensorRT-Model-Optimizer/getting_started/2_installation.html
monkeytype==23.3.0
# datasets tools (optional)
# nuscenes-devkit==1.1.11 # Not support python 3.12
# optimizer tools (optional)
prodigyopt==1.0
# hyperparameter (optional)
optuna==4.0.0
# doc tools (optional)
mkdocs-material[imaging]==9.5.44
mkdocs-git-revision-date-localized-plugin==1.3.0
mkdocs-git-authors-plugin==0.9.2
# check if torch.complie is supported on windows
# https://huggingface.co/madbuda/triton-windows-builds/tree/main