forked from xuarehere/yolo_series_deepsort_pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
114 lines (114 loc) · 2.01 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
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
absl-py>=1.0.0
addict>=2.4.0
aiocontextvars>=0.2.2
atomicwrites>=1.3.0
attrs>=19.3.0
backcall>=0.2.0
cachetools>=4.2.4
certifi>=2022.5.18.1
charset-normalizer>=2.0.12
click>=7.1.2
colorama>=0.4.3
contextvars>=2.4
cycler>=0.11.0
Cython>=0.29.30
dataclasses>=0.8
decorator>=5.1.1
docopt>=0.6.2
easydict>=1.9
entrypoints>=0.3
et-xmlfile>=1.0.1
faiss>=1.5.3
flake8>=3.7.9
flake8-import-order>=0.18.1
future>=0.18.2
google-auth>=2.6.6
google-auth-oauthlib>=0.4.6
grpcio>=1.46.3
idna>=3.3
immutables>=0.18
importlib-metadata>=4.8.3
importlib-resources>=5.4.0
ipykernel>=5.5.6
ipython>=7.16.3
ipython-genutils>=0.2.0
jdcal>=1.4.1
jedi>=0.17.2
joblib>=0.14.1
jupyter-client>=7.1.2
jupyter-core>=4.9.2
kiwisolver>=1.3.1
loguru>=0.6.0
Markdown>=3.3.7
matplotlib>=3.3.4
mccabe>=0.6.1
mish-cuda @ git+https://github.com/thomasbrandon/mish-cuda/@c54271c725d57af62968e960598ffedd4896ef94
mmcv>=1.5.1
mmcv-full>=1.5.1
mmdet>=2.24.1
model-index>=0.1.11
more-itertools>=8.2.0
motmetrics>=1.2.0
nest-asyncio>=1.5.5
numpy>=1.18.2
oauthlib>=3.2.0
opencv-python>=4.2.0.34
openmim>=0.1.5
openpyxl>=3.0.3
ordered-set>=4.0.2
packaging>=20.3
pandas>=1.0.3
parso>=0.7.1
pexpect>=4.8.0
pickleshare>=0.7.5
Pillow>=8.3.2
pipreqs>=0.4.11
pluggy>=0.13.1
prompt-toolkit>=3.0.29
protobuf>=3.19.4
ptyprocess>=0.7.0
py>=1.10.0
py-cpuinfo>=5.0.0
pyasn1>=0.4.8
pyasn1-modules>=0.2.8
pycocotools>=2.0.4
pycodestyle>=2.5.0
pyflakes>=2.1.1
Pygments>=2.12.0
pyparsing>=2.4.7
pytest>=5.4.1
pytest-benchmark>=3.2.3
python-dateutil>=2.8.1
pytz>=2019.3
PyYAML>=5.4
pyzmq>=23.0.0
requests>=2.27.1
requests-oauthlib>=1.3.1
rsa>=4.8
scikit-learn>=0.22.2.post1
scipy>=1.4.1
seaborn>=0.11.2
six>=1.14.0
sklearn>=0.0
tabulate>=0.8.9
tensorboard>=2.9.0
tensorboard-data-server>=0.6.1
tensorboard-plugin-wit>=1.8.1
termcolor>=1.1.0
terminaltables>=3.1.10
thop>=0.1.1.post2207130030
torch>=1.7.0
torchvision>=0.8.1
tornado>=6.1
tqdm>=4.64.0
traitlets>=4.3.3
typing_extensions>=4.1.1
urllib3>=1.26.9
Vizer>=0.1.5
wcwidth>=0.1.9
Werkzeug>=2.0.3
xmltodict>=0.12.0
yacs>=0.1.8
yapf>=0.32.0
yarg>=0.1.9
zipp>=3.1.0