-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
56 lines (53 loc) · 1.87 KB
/
requirements.txt
File metadata and controls
56 lines (53 loc) · 1.87 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
#
# To install requirements run:
# pip install -r requirements.txt
#
# To manually install requirements with CUDA run:
# pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --index-url https://download.pytorch.org/whl/cu118
#
# To manually install requirements with TensorRT run:
# !!! Replace ${TENSORRT_PATH} with the path to TensorRT on your system,
# for example: C:\Program Files\NVIDIA GPU Computing Toolkit\TensorRT\v8.6.1.6
# or set the environment variable TENSORRT_PATH
# pip install "${TENSORRT_PATH}\graphsurgeon\graphsurgeon-0.4.6-py2.py3-none-any.whl"
# pip install "${TENSORRT_PATH}\uff\uff-0.6.9-py2.py3-none-any.whl"
# pip install "${TENSORRT_PATH}\onnx_graphsurgeon\onnx_graphsurgeon-0.3.12-py2.py3-none-any.whl"
# pip install "${TENSORRT_PATH}\python\tensorrt-8.6.1-cp311-none-win_amd64.whl"
#
# General -------------------------------------
filterpy==1.4.5
Flask-HTTPAuth==4.8.*
Flask-SocketIO==5.6.*
Flask==3.1.*
imutils==0.5.4
MarkupSafe==2.1.5
matplotlib==3.8.4
numpy==1.26.3
opencv-python==4.10.0.84
pyodbc==5.1
psutil==6.1.1
scikit-image==0.22
shapely==2.0.5
SQLAlchemy==2.0.37
mysql-connector-python==9.3
ultralytics==8.4.*
Werkzeug==3.1.*
# Export --------------------------------------
# coremltools>=7.0 # CoreML export
onnx==1.17 # ONNX export
onnxsim==0.4.36 # ONNX simplifier
onnxslim==0.1.57 # ONNX simplifier
onnxruntime-gpu==1.20.1 # ONNX simplifier
tensorrt==8.6.1 # TensorRT export
nvidia-pyindex # TensorRT export
# nvidia-tensorrt # TensorRT export
# scikit-learn==0.19.2 # CoreML quantization
# tensorflow>=2.4.1 # TF exports (-cpu, -aarch64, -macos)
# tflite-support
# tensorflowjs>=3.9.0 # TF.js export
# openvino-dev>=2023.0 # OpenVINO export
# PyTorch and related packages (uncomment or use manual installation)
# --index-url https://download.pytorch.org/whl/cu118
# torch==2.3.1
# torchvision==0.18.1
# torchaudio==2.3.1