-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
129 lines (120 loc) · 2.44 KB
/
requirements.txt
File metadata and controls
129 lines (120 loc) · 2.44 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# Usage: pip install -r requirements.txt
# Base ----------------------------------------
matplotlib>=3.2.2
numpy>=1.18.5,<1.24.0
opencv-contrib-python>=4.1.1
Pillow>=7.1.2
PyYAML>=5.3.1
requests>=2.23.0
scipy>=1.4.1
torch>=1.7.0,!=1.12.0
torchvision>=0.8.1,!=0.13.0
tqdm>=4.41.0
protobuf<4.21.3
# Logging -------------------------------------
tensorboard>=2.4.1
# wandb
# Plotting ------------------------------------
pandas>=1.1.4
seaborn>=0.11.0
# Export --------------------------------------
# coremltools>=4.1 # CoreML export
# onnx>=1.9.0 # ONNX export
# onnx-simplifier>=0.3.6 # ONNX simplifier
# scikit-learn==0.19.2 # CoreML quantization
# tensorflow>=2.4.1 # TFLite export
# tensorflowjs>=3.9.0 # TF.js export
# openvino-dev # OpenVINO export
# Extras --------------------------------------
ipython # interactive notebook
psutil # system utilization
thop~=0.1.1.post2209072238
# albumentations>=1.0.3
# pycocotools>=2.0 # COCO mAP
# roboflow
#imutils~=0.5.4
#scikit-learn~=0.22.2
#tensorflow~=2.11.0
######################################### For tracking
appdirs==1.4.4
astor==0.8.1
attrdict==2.0.1
Babel==2.11.0
bce-python-sdk==0.8.74
beautifulsoup4==4.11.1
black==21.7b0
cachetools==5.2.0
certifi==2022.9.24
charset-normalizer==2.1.1
click==8.1.3
contourpy==1.0.6
cssselect==1.2.0
cssutils==2.6.0
cycler==0.11.0
Cython==0.29.32
cython-bbox==0.1.3
decorator==5.1.1
dill==0.3.6
et-xmlfile==1.1.0
fire==0.5.0
Flask==2.2.2
Flask-Babel==2.0.0
fonttools==4.38.0
future==0.18.2
idna==3.4
imageio==2.23.0
imgaug==0.4.0
isort==5.9.2
itsdangerous==2.1.2
Jinja2==3.1.2
kiwisolver==1.4.4
lap==0.4.0
lmdb==1.4.0
lxml==4.9.2
MarkupSafe==2.1.1
#matplotlib==3.6.2
multiprocess==0.70.14
mypy-extensions==0.4.3
networkx==2.8.8
#numpy==1.23.5
#opencv-contrib-python==4.6.0.66
opencv-python==4.6.0.66
openpyxl==3.0.10
opt-einsum==3.3.0
packaging==22.0
paddle-bfloat==0.1.7
paddleocr==2.6.1.1
paddlepaddle==2.4.1
#pandas==1.5.2
pathspec==0.10.3
pdf2docx==0.5.6
# Pillow==9.3.0
premailer==3.10.0
#protobuf==3.20.0
pyclipper==1.3.0.post4
pycryptodome==3.16.0
PyMuPDF==1.20.2
pyparsing==3.0.9
python-dateutil==2.8.2
python-docx==0.8.11
pytz==2022.7
PyWavelets==1.4.1
#PyYAML==6.0
rapidfuzz==2.13.6
regex==2022.10.31
#requests==2.28.1
scikit-image==0.19.3
#scipy==1.9.3
shapely==2.0.0
six==1.16.0
soupsieve==2.3.2.post1
termcolor==2.1.1
tifffile==2022.10.10
tomli==1.2.3
#torch==1.13.0
#torchvision==0.14.0
#tqdm==4.64.1
typing_extensions==4.4.0
urllib3==1.26.13
visualdl==2.4.1
Werkzeug==2.2.2