-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.txt
75 lines (64 loc) · 1.07 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
anyio==3.6.2
idna==3.4
numpy==1.24.3
pandas==2.0.1
pydantic==1.10.7
python-dateutil==2.8.2
pytz==2023.3
six==1.16.0
sniffio==1.3.0
starlette==0.27.0
typing-extensions==4.6.0
tzdata==2023.3
# API Requirements
fastapi>=0.92.0
uvicorn==0.22.0
python-multipart==0.0.6
boto3
python-dotenv==1.0.0
requests
opencv-python==4.7.0.72
# StrongSORT
# base ----------------------------------------
matplotlib>=3.2.2
opencv-python>=4.1.2
Pillow>=7.1.2
PyYAML>=5.3.1
requests>=2.23.0
scipy>=1.4.1
torch==2.0.1 # Check if this version exists, if not, use the latest stable version
torchvision==0.15.2 # Same check as torch
torchvision>=0.8.1
tqdm>=4.41.0
seaborn
scipy
# plotting ------------------------------------
pandas>=1.1.4
seaborn>=0.11.0
# deep_sort -----------------------------------
easydict
# torchreid
Cython
h5py
six
tb-nightly
future
yacs
gdown
flake8
yapf
isort==4.3.21
imageio
# Processing
scikit-learn
ffmpy >= 0.3.1
# View
streamlit>=1.18.1
hydralit_components>=1.0.10
# Misc
pylint
# Additional Dependencies for Pose Estimation
json5
ultralytics
imageio==2.9.0
imageio-ffmpeg>=0.4.3